#36A0AD

Color #36A0AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #36A0AD

Tints of Pelorous #36A0AD

Color information

#36A0AD (or 0x36A0AD) is unknown color: approx Pelorous. HEX triplet: 36, A0 and AD. RGB value is (54,160,173). Sum of RGB (Red+Green+Blue) = 54+160+173=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #36A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A0AD is #C95F52. Grayscale: #818181. Windows color (decimal): -13197139 or 11378742. OLE color: 11378742.

HSL color Cylindrical-coordinate representation of color #36A0AD: hue angle of 186.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36A0AD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54160173-
CMYK0.690.0800.32
HSL186.55º52.42%44.51%-
HSV(B)186.55º68.79%67.84%-
XYZ21.6328.9443.98-
YUV129.79152.3873.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.95%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=13.95%
G=41.34%
B=44.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541601730.690.0800.32186.5552.4244.51
Hex36A0AD458020bb342d
Octal66240255105100402736455
Binary110110101000001010110110001011000010000010111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A0AD; }

 p { color: rgb(54,160,173); }

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

<style>
 a { background-color: #36A0AD; }

 a { background-color: rgb(54,160,173); }

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

<style>
 span { border-color: #36A0AD; }

 span { border-color: rgb(54,160,173); }

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