#36A2BE

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

Shades of Pelorous #36A2BE

Tints of Pelorous #36A2BE

Color information

#36A2BE (or 0x36A2BE) is unknown color: approx Pelorous. HEX triplet: 36, A2 and BE. RGB value is (54,162,190). Sum of RGB (Red+Green+Blue) = 54+162+190=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #36A2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A2BE is #C95D41. Grayscale: #848484. Windows color (decimal): -13196610 or 12493366. OLE color: 12493366.

HSL color Cylindrical-coordinate representation of color #36A2BE: hue angle of 192.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36A2BE is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54162190-
CMYK0.720.1500.25
HSL192.35º55.74%47.84%-
HSV(B)192.35º71.58%74.51%-
XYZ23.7430.3453.32-
YUV132.9160.2271.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.30%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=13.30%
G=39.90%
B=46.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541621900.720.1500.25192.3555.7447.84
Hex36A2BE48F019c03830
Octal66242276110170313007060
Binary11011010100010101111101001000111101100111000000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,162,190); }

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

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

 a { background-color: rgb(54,162,190); }

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

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

 span { border-color: rgb(54,162,190); }

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