#04358E

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

Shades of Smalt #04358E

Tints of Smalt #04358E

Color information

#04358E (or 0x04358E) is unknown color: approx Smalt. HEX triplet: 04, 35 and 8E. RGB value is (4,53,142). Sum of RGB (Red+Green+Blue) = 4+53+142=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #04358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04358E is #FBCA71. Grayscale: #303030. Windows color (decimal): -16501362 or 9319684. OLE color: 9319684.

HSL color Cylindrical-coordinate representation of color #04358E: hue angle of 218.7º 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 #04358E is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB453142-
CMYK0.970.6300.44
HSL218.7º94.52%28.63%-
HSV(B)218.7º97.18%55.69%-
XYZ6.214.5326.14-
YUV48.49180.7796.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 142 (55.86% from 255) = 71.36%
R=2.01%
G=26.63%
B=71.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4531420.970.6300.44218.794.5228.63
Hex4358E613F02Cdb5f1d
Octal4652161417705433313735
Binary100110101100011101100001111111010110011011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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