#03636C

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

Shades of Blue Lagoon #03636C

Tints of Blue Lagoon #03636C

Color information

#03636C (or 0x03636C) is unknown color: approx Blue Lagoon. HEX triplet: 03, 63 and 6C. RGB value is (3,99,108). Sum of RGB (Red+Green+Blue) = 3+99+108=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #03636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03636C is #FC9C93. Grayscale: #474747. Windows color (decimal): -16555156 or 7103235. OLE color: 7103235.

HSL color Cylindrical-coordinate representation of color #03636C: hue angle of 185.14º 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 #03636C is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB399108-
CMYK0.970.0800.58
HSL185.14º94.59%21.76%-
HSV(B)185.14º97.22%42.35%-
XYZ7.2110.0315.74-
YUV71.32148.779.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=1.43%
G=47.14%
B=51.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3991080.970.0800.58185.1494.5921.76
Hex3636C61803Ab95f16
Octal31431541411007227113726
Binary111100011110110011000011000011101010111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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