Html Css Color HEX #03507D Dark Cerulean

📋 copy color: '#03507D'

red 3 ◦ green 80 ◦ blue 125

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

Shades of Dark Cerulean #03507D

Tints of Dark Cerulean #03507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 1.44%
G = 38.46%
B = 60.1%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03507D (or 0x03507D) is known color: Dark Cerulean. HEX triplet: 03, 50 and 7D. RGB value is (3,80,125). Sum of RGB (Red+Green+Blue) = 3+80+125=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #03507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03507D is #FCAF82. Grayscale: #3D3D3D. Windows color (decimal): -16560003 or 8212483. OLE color: 8212483.

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

Color convert

RGB 3 80 125 -
CMYK 0.98 0.36 0 0.51
HSL 202.13º 0.95% 0.25% -
HSV(B) 202.13º 0.98% 0.49% -
XYZ 6.61 7.24 20.45 -
YUV 62.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 3 80 125 0.98 0.36 0 0.51 202.13 0.95 0.25
Hex 3 50 7D 62 24 0 33 CA 5F 19
Octal 3 120 175 142 44 0 63 312 137 31
Binary 11 1010000 1111101 1100010 100100 0 110011 11001010 1011111 11001

Color Harmonies of #03507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03507D

Black with #03507D

Text Example


Text Example

White with #03507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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