Html Css Color HEX #03307D Dark Cerulean

📋 copy color: '#03307D'

red 3 ◦ green 48 ◦ blue 125

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

Shades of Dark Cerulean #03307D

Tints of Dark Cerulean #03307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

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

R = 1.7%
G = 27.27%
B = 71.02%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03307D (or 0x03307D) is known color: Dark Cerulean. HEX triplet: 03, 30 and 7D. RGB value is (3,48,125). Sum of RGB (Red+Green+Blue) = 3+48+125=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #03307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03307D is #FCCF82. Grayscale: #2A2A2A. Windows color (decimal): -16568195 or 8204291. OLE color: 8204291.

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

Color convert

RGB 3 48 125 -
CMYK 0.98 0.62 0 0.51
HSL 217.87º 0.95% 0.25% -
HSV(B) 217.87º 0.98% 0.49% -
XYZ 4.8 3.61 19.85 -
YUV 43.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 3 48 125 0.98 0.62 0 0.51 217.87 0.95 0.25
Hex 3 30 7D 62 3E 0 33 DA 5F 19
Octal 3 60 175 142 76 0 63 332 137 31
Binary 11 110000 1111101 1100010 111110 0 110011 11011010 1011111 11001

Color Harmonies of #03307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03307D

Black with #03307D

Text Example


Text Example

White with #03307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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