Html Css Color HEX #03496C Dark Cerulean

📋 copy color: '#03496C'

red 3 ◦ green 73 ◦ blue 108

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

Shades of Dark Cerulean #03496C

Tints of Dark Cerulean #03496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 1.63%
G = 39.67%
B = 58.7%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03496C (or 0x03496C) is known color: Dark Cerulean. HEX triplet: 03, 49 and 6C. RGB value is (3,73,108). Sum of RGB (Red+Green+Blue) = 3+73+108=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #03496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03496C is #FCB693. Grayscale: #373737. Windows color (decimal): -16561812 or 7096579. OLE color: 7096579.

HSL color Cylindrical-coordinate representation of color #03496C: hue angle of 200º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03496C is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 73 108 -
CMYK 0.97 0.32 0 0.58
HSL 200º 0.95% 0.22% -
HSV(B) 200º 0.97% 0.42% -
XYZ 5.13 5.87 15.05 -
YUV 56.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 3 73 108 0.97 0.32 0 0.58 200 0.95 0.22
Hex 3 49 6C 61 20 0 3A C8 5F 16
Octal 3 111 154 141 40 0 72 310 137 26
Binary 11 1001001 1101100 1100001 100000 0 111010 11001000 1011111 10110

Color Harmonies of #03496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03496C

Black with #03496C

Text Example


Text Example

White with #03496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03496C; }

 p { color: rgb(3,73,108); }

 H1.HeaderClassName
 {
   color: #03496C;
 }
 .AnyTagClassName
 {
   color: #03496C;
 }
</style>

background-color css

<style>
 a { background-color: #03496C; }

 a { background-color: rgb(3,73,108); }

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

border-color css

<style>
 span { border-color: #03496C; }

 span { border-color: rgb(3,73,108); }

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