Html Css Color HEX #03487D Dark Cerulean

📋 copy color: '#03487D'

red 3 ◦ green 72 ◦ blue 125

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

Shades of Dark Cerulean #03487D

Tints of Dark Cerulean #03487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 1.5%
G = 36%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03487D (or 0x03487D) is known color: Dark Cerulean. HEX triplet: 03, 48 and 7D. RGB value is (3,72,125). Sum of RGB (Red+Green+Blue) = 3+72+125=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #03487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03487D is #FCB782. Grayscale: #393939. Windows color (decimal): -16562051 or 8210435. OLE color: 8210435.

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

Color convert

RGB 3 72 125 -
CMYK 0.98 0.42 0 0.51
HSL 206.07º 0.95% 0.25% -
HSV(B) 206.07º 0.98% 0.49% -
XYZ 6.06 6.13 20.27 -
YUV 57.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 3 72 125 0.98 0.42 0 0.51 206.07 0.95 0.25
Hex 3 48 7D 62 2A 0 33 CE 5F 19
Octal 3 110 175 142 52 0 63 316 137 31
Binary 11 1001000 1111101 1100010 101010 0 110011 11001110 1011111 11001

Color Harmonies of #03487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03487D

Black with #03487D

Text Example


Text Example

White with #03487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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