Html Css Color HEX #03397D Dark Cerulean

📋 copy color: '#03397D'

red 3 ◦ green 57 ◦ blue 125

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

Shades of Dark Cerulean #03397D

Tints of Dark Cerulean #03397D

RGB

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

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

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

R = 1.62%
G = 30.81%
B = 67.57%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03397D (or 0x03397D) is known color: Dark Cerulean. HEX triplet: 03, 39 and 7D. RGB value is (3,57,125). Sum of RGB (Red+Green+Blue) = 3+57+125=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #03397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03397D is #FCC682. Grayscale: #303030. Windows color (decimal): -16565891 or 8206595. OLE color: 8206595.

HSL color Cylindrical-coordinate representation of color #03397D: hue angle of 213.44º 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 #03397D is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 57 125 -
CMYK 0.98 0.54 0 0.51
HSL 213.44º 0.95% 0.25% -
HSV(B) 213.44º 0.98% 0.49% -
XYZ 5.2 4.43 19.98 -
YUV 48.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 3 57 125 0.98 0.54 0 0.51 213.44 0.95 0.25
Hex 3 39 7D 62 36 0 33 D5 5F 19
Octal 3 71 175 142 66 0 63 325 137 31
Binary 11 111001 1111101 1100010 110110 0 110011 11010101 1011111 11001

Color Harmonies of #03397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03397D

Black with #03397D

Text Example


Text Example

White with #03397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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