#03526C

Color #03526C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #03526C

Tints of Blue Lagoon #03526C

Color information

#03526C (or 0x03526C) is unknown color: approx Blue Lagoon. HEX triplet: 03, 52 and 6C. RGB value is (3,82,108). Sum of RGB (Red+Green+Blue) = 3+82+108=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #03526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03526C is #FCAD93. Grayscale: #3D3D3D. Windows color (decimal): -16559508 or 7098883. OLE color: 7098883.

HSL color Cylindrical-coordinate representation of color #03526C: hue angle of 194.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03526C is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB382108-
CMYK0.970.2400.58
HSL194.86º94.59%21.76%-
HSV(B)194.86º97.22%42.35%-
XYZ5.767.1415.26-
YUV61.34154.3386.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=1.55%
G=42.49%
B=55.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3821080.970.2400.58194.8694.5921.76
Hex3526C611803Ac35f16
Octal31221541413007230313726
Binary1110100101101100110000111000011101011000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03526C;
 }
 .AnyTagClassName
 {
   color: #03526C;
 }
</style>
background-color css

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

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

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

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

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

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