Html Css Color HEX #03397A Dark Cerulean

📋 copy color: '#03397A'

red 3 ◦ green 57 ◦ blue 122

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

Shades of Dark Cerulean #03397A

Tints of Dark Cerulean #03397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.32%

 BLUE value IS 122 (48.05% from 255) = 67.03%

R = 1.65%
G = 31.32%
B = 67.03%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03397A (or 0x03397A) is known color: Dark Cerulean. HEX triplet: 03, 39 and 7A. RGB value is (3,57,122). Sum of RGB (Red+Green+Blue) = 3+57+122=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #03397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03397A is #FCC685. Grayscale: #2F2F2F. Windows color (decimal): -16565894 or 8009987. OLE color: 8009987.

HSL color Cylindrical-coordinate representation of color #03397A: hue angle of 212.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03397A is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 57 122 -
CMYK 0.98 0.53 0 0.52
HSL 212.77º 0.95% 0.25% -
HSV(B) 212.77º 0.98% 0.48% -
XYZ 5.01 4.35 18.99 -
YUV 48.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 3 57 122 0.98 0.53 0 0.52 212.77 0.95 0.25
Hex 3 39 7A 62 35 0 34 D5 5F 19
Octal 3 71 172 142 65 0 64 325 137 31
Binary 11 111001 1111010 1100010 110101 0 110100 11010101 1011111 11001

Color Harmonies of #03397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03397A

Black with #03397A

Text Example


Text Example

White with #03397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03397A; }

 p { color: rgb(3,57,122); }

 H1.HeaderClassName
 {
   color: #03397A;
 }
 .AnyTagClassName
 {
   color: #03397A;
 }
</style>

background-color css

<style>
 a { background-color: #03397A; }

 a { background-color: rgb(3,57,122); }

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

border-color css

<style>
 span { border-color: #03397A; }

 span { border-color: rgb(3,57,122); }

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