#03408D

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

Shades of Dark Cerulean #03408D

Tints of Dark Cerulean #03408D

Color information

#03408D (or 0x03408D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 40 and 8D. RGB value is (3,64,141). Sum of RGB (Red+Green+Blue) = 3+64+141=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #03408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03408D is #FCBF72. Grayscale: #363636. Windows color (decimal): -16564083 or 9256963. OLE color: 9256963.

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

Color convert

RGB364141-
CMYK0.980.5500.45
HSL213.48º95.83%28.24%-
HSV(B)213.48º97.87%55.29%-
XYZ6.685.6125.93-
YUV54.54176.7991.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 141 (55.47% from 255) = 67.79%
R=1.44%
G=30.77%
B=67.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3641410.980.5500.45213.4895.8328.24
Hex3408D623702Dd5601c
Octal31002151426705532514034
Binary111000000100011011100010110111010110111010101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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