Html Css Color HEX #03467D Dark Cerulean

📋 copy color: '#03467D'

red 3 ◦ green 70 ◦ blue 125

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

Shades of Dark Cerulean #03467D

Tints of Dark Cerulean #03467D

RGB

 RED value IS 3 (1.56% from 255) = 1.52%

 GREEN value IS 70 (27.73% from 255) = 35.35%

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 1.52%
G = 35.35%
B = 63.13%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03467D (or 0x03467D) is known color: Dark Cerulean. HEX triplet: 03, 46 and 7D. RGB value is (3,70,125). Sum of RGB (Red+Green+Blue) = 3+70+125=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #03467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03467D is #FCB982. Grayscale: #373737. Windows color (decimal): -16562563 or 8209923. OLE color: 8209923.

HSL color Cylindrical-coordinate representation of color #03467D: hue angle of 207.05º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03467D is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 70 125 -
CMYK 0.98 0.44 0 0.51
HSL 207.05º 0.95% 0.25% -
HSV(B) 207.05º 0.98% 0.49% -
XYZ 5.93 5.88 20.22 -
YUV 56.24 166.8 90.03 -
System Red Green Blue C M Y K H S L
Decimal 3 70 125 0.98 0.44 0 0.51 207.05 0.95 0.25
Hex 3 46 7D 62 2C 0 33 CF 5F 19
Octal 3 106 175 142 54 0 63 317 137 31
Binary 11 1000110 1111101 1100010 101100 0 110011 11001111 1011111 11001

Color Harmonies of #03467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03467D

Black with #03467D

Text Example


Text Example

White with #03467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,70,125); }

 H1.HeaderClassName
 {
   color: #03467D;
 }
 .AnyTagClassName
 {
   color: #03467D;
 }
</style>

background-color css

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

 a { background-color: rgb(3,70,125); }

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

border-color css

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

 span { border-color: rgb(3,70,125); }

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