Html Css Color HEX #03467F Dark Cerulean

📋 copy color: '#03467F'

red 3 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #03467F

Tints of Dark Cerulean #03467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.5%

R = 1.5%
G = 35%
B = 63.5%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03467F (or 0x03467F) is known color: Dark Cerulean. HEX triplet: 03, 46 and 7F. RGB value is (3,70,127). Sum of RGB (Red+Green+Blue) = 3+70+127=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #03467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03467F is #FCB980. Grayscale: #383838. Windows color (decimal): -16562561 or 8340995. OLE color: 8340995.

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

Color convert

RGB 3 70 127 -
CMYK 0.98 0.45 0 0.50
HSL 207.58º 0.95% 0.25% -
HSV(B) 207.58º 0.98% 0.5% -
XYZ 6.06 5.93 20.9 -
YUV 56.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 3 70 127 0.98 0.45 0 0.50 207.58 0.95 0.25
Hex 3 46 7F 62 2D 0 32 D0 5F 19
Octal 3 106 177 142 55 0 62 320 137 31
Binary 11 1000110 1111111 1100010 101101 0 110010 11010000 1011111 11001

Color Harmonies of #03467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03467F

Black with #03467F

Text Example


Text Example

White with #03467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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