#03408F

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

Shades of Smalt #03408F

Tints of Smalt #03408F

Color information

#03408F (or 0x03408F) is unknown color: approx Smalt. HEX triplet: 03, 40 and 8F. RGB value is (3,64,143). Sum of RGB (Red+Green+Blue) = 3+64+143=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #03408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03408F is #FCBF70. Grayscale: #363636. Windows color (decimal): -16564081 or 9388035. OLE color: 9388035.

HSL color Cylindrical-coordinate representation of color #03408F: hue angle of 213.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03408F is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB364143-
CMYK0.980.5500.44
HSL213.86º95.89%28.63%-
HSV(B)213.86º97.9%56.08%-
XYZ6.835.6726.72-
YUV54.77177.7991.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 143 (56.25% from 255) = 68.10%
R=1.43%
G=30.48%
B=68.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3641430.980.5500.44213.8695.8928.63
Hex3408F623702Cd6601d
Octal31002171426705432614035
Binary111000000100011111100010110111010110011010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03408F; }

 p { color: rgb(3,64,143); }

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

<style>
 a { background-color: #03408F; }

 a { background-color: rgb(3,64,143); }

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

<style>
 span { border-color: #03408F; }

 span { border-color: rgb(3,64,143); }

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