Html Css Color HEX #03507C Dark Cerulean

📋 copy color: '#03507C'

red 3 ◦ green 80 ◦ blue 124

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

Shades of Dark Cerulean #03507C

Tints of Dark Cerulean #03507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.9%

R = 1.45%
G = 38.65%
B = 59.9%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03507C (or 0x03507C) is known color: Dark Cerulean. HEX triplet: 03, 50 and 7C. RGB value is (3,80,124). Sum of RGB (Red+Green+Blue) = 3+80+124=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #03507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03507C is #FCAF83. Grayscale: #3D3D3D. Windows color (decimal): -16560004 or 8146947. OLE color: 8146947.

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

Color convert

RGB 3 80 124 -
CMYK 0.98 0.35 0 0.51
HSL 201.82º 0.95% 0.25% -
HSV(B) 201.82º 0.98% 0.49% -
XYZ 6.54 7.21 20.12 -
YUV 61.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 3 80 124 0.98 0.35 0 0.51 201.82 0.95 0.25
Hex 3 50 7C 62 23 0 33 CA 5F 19
Octal 3 120 174 142 43 0 63 312 137 31
Binary 11 1010000 1111100 1100010 100011 0 110011 11001010 1011111 11001

Color Harmonies of #03507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03507C

Black with #03507C

Text Example


Text Example

White with #03507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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