#04338E

Color #04338E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #04338E

Tints of Smalt #04338E

Color information

#04338E (or 0x04338E) is unknown color: approx Smalt. HEX triplet: 04, 33 and 8E. RGB value is (4,51,142). Sum of RGB (Red+Green+Blue) = 4+51+142=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #04338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04338E is #FBCC71. Grayscale: #2E2E2E. Windows color (decimal): -16501874 or 9319172. OLE color: 9319172.

HSL color Cylindrical-coordinate representation of color #04338E: hue angle of 219.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04338E is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB451142-
CMYK0.970.6400.44
HSL219.57º94.52%28.63%-
HSV(B)219.57º97.18%55.69%-
XYZ6.124.3526.11-
YUV47.32181.4397.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 142 (55.86% from 255) = 72.08%
R=2.03%
G=25.89%
B=72.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4511420.970.6400.44219.5794.5228.63
Hex4338E614002Cdc5f1d
Octal46321614110005433413735
Binary1001100111000111011000011000000010110011011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04338E; }

 p { color: rgb(4,51,142); }

 H1.HeaderClassName
 {
   color: #04338E;
 }
 .AnyTagClassName
 {
   color: #04338E;
 }
</style>
background-color css

<style>
 a { background-color: #04338E; }

 a { background-color: rgb(4,51,142); }

 div.DivClassName
 {
   background-color: #04338E;
 }
 .BgClassName
 {
   background-color: #04338E;
 }
</style>
border-color css

<style>
 span { border-color: #04338E; }

 span { border-color: rgb(4,51,142); }

 td.TdClassName
 {
   border-color: #04338E;
 }
 .TagClassName
 {
   border-color: #04338E;
 }
</style>