Html Css Color HEX #03447F Dark Cerulean

📋 copy color: '#03447F'

red 3 ◦ green 68 ◦ blue 127

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

Shades of Dark Cerulean #03447F

Tints of Dark Cerulean #03447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 1.52%
G = 34.34%
B = 64.14%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03447F (or 0x03447F) is known color: Dark Cerulean. HEX triplet: 03, 44 and 7F. RGB value is (3,68,127). Sum of RGB (Red+Green+Blue) = 3+68+127=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #03447F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03447F is #FCBB80. Grayscale: #363636. Windows color (decimal): -16563073 or 8340483. OLE color: 8340483.

HSL color Cylindrical-coordinate representation of color #03447F: hue angle of 208.55º 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 #03447F is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 68 127 -
CMYK 0.98 0.46 0 0.50
HSL 208.55º 0.95% 0.25% -
HSV(B) 208.55º 0.98% 0.5% -
XYZ 5.94 5.69 20.86 -
YUV 55.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 3 68 127 0.98 0.46 0 0.50 208.55 0.95 0.25
Hex 3 44 7F 62 2E 0 32 D1 5F 19
Octal 3 104 177 142 56 0 62 321 137 31
Binary 11 1000100 1111111 1100010 101110 0 110010 11010001 1011111 11001

Color Harmonies of #03447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03447F

Black with #03447F

Text Example


Text Example

White with #03447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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