Html Css Color HEX #03527D Dark Cerulean

📋 copy color: '#03527D'

red 3 ◦ green 82 ◦ blue 125

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

Shades of Dark Cerulean #03527D

Tints of Dark Cerulean #03527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 1.43%
G = 39.05%
B = 59.52%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03527D (or 0x03527D) is known color: Dark Cerulean. HEX triplet: 03, 52 and 7D. RGB value is (3,82,125). Sum of RGB (Red+Green+Blue) = 3+82+125=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #03527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03527D is #FCAD82. Grayscale: #3F3F3F. Windows color (decimal): -16559491 or 8212995. OLE color: 8212995.

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

Color convert

RGB 3 82 125 -
CMYK 0.98 0.34 0 0.51
HSL 201.15º 0.95% 0.25% -
HSV(B) 201.15º 0.98% 0.49% -
XYZ 6.76 7.53 20.5 -
YUV 63.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 3 82 125 0.98 0.34 0 0.51 201.15 0.95 0.25
Hex 3 52 7D 62 22 0 33 C9 5F 19
Octal 3 122 175 142 42 0 63 311 137 31
Binary 11 1010010 1111101 1100010 100010 0 110011 11001001 1011111 11001

Color Harmonies of #03527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03527D

Black with #03527D

Text Example


Text Example

White with #03527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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