Html Css Color HEX #03527B Dark Cerulean

📋 copy color: '#03527B'

red 3 ◦ green 82 ◦ blue 123

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

Shades of Dark Cerulean #03527B

Tints of Dark Cerulean #03527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 59.13%

R = 1.44%
G = 39.42%
B = 59.13%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03527B (or 0x03527B) is known color: Dark Cerulean. HEX triplet: 03, 52 and 7B. RGB value is (3,82,123). Sum of RGB (Red+Green+Blue) = 3+82+123=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #03527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03527B is #FCAD84. Grayscale: #3E3E3E. Windows color (decimal): -16559493 or 8081923. OLE color: 8081923.

HSL color Cylindrical-coordinate representation of color #03527B: hue angle of 200.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03527B is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 82 123 -
CMYK 0.98 0.33 0 0.52
HSL 200.5º 0.95% 0.25% -
HSV(B) 200.5º 0.98% 0.48% -
XYZ 6.63 7.48 19.83 -
YUV 63.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 3 82 123 0.98 0.33 0 0.52 200.5 0.95 0.25
Hex 3 52 7B 62 21 0 34 C8 5F 19
Octal 3 122 173 142 41 0 64 310 137 31
Binary 11 1010010 1111011 1100010 100001 0 110100 11001000 1011111 11001

Color Harmonies of #03527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03527B

Black with #03527B

Text Example


Text Example

White with #03527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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