Html Css Color HEX #03408D Dark Cerulean

📋 copy color: '#03408D'

red 3 ◦ green 64 ◦ blue 141

#03408D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #03408D

Tints of Dark Cerulean #03408D

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 value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03408D (or 0x03408D) is known color: 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

RGB 3 64 141 -
CMYK 0.98 0.55 0 0.45
HSL 213.48º 0.96% 0.28% -
HSV(B) 213.48º 0.98% 0.55% -
XYZ 6.68 5.61 25.93 -
YUV 54.54 176.79 91.24 -
System Red Green Blue C M Y K H S L
Decimal 3 64 141 0.98 0.55 0 0.45 213.48 0.96 0.28
Hex 3 40 8D 62 37 0 2D D5 60 1C
Octal 3 100 215 142 67 0 55 325 140 34
Binary 11 1000000 10001101 1100010 110111 0 101101 11010101 1100000 11100

Color Harmonies of #03408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03408D

Black with #03408D

Text Example


Text Example

White with #03408D

Text Example


Text Example

HTML Codes & Css Web 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>