#36A5BE

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

Shades of Pelorous #36A5BE

Tints of Pelorous #36A5BE

Color information

#36A5BE (or 0x36A5BE) is unknown color: approx Pelorous. HEX triplet: 36, A5 and BE. RGB value is (54,165,190). Sum of RGB (Red+Green+Blue) = 54+165+190=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #36A5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A5BE is #C95A41. Grayscale: #868686. Windows color (decimal): -13195842 or 12494134. OLE color: 12494134.

HSL color Cylindrical-coordinate representation of color #36A5BE: hue angle of 191.03º 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 #36A5BE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54165190-
CMYK0.720.1300.25
HSL191.03º55.74%47.84%-
HSV(B)191.03º71.58%74.51%-
XYZ24.2731.4153.5-
YUV134.66159.2370.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.20%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=13.20%
G=40.34%
B=46.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541651900.720.1300.25191.0355.7447.84
Hex36A5BE48D019bf3830
Octal66245276110150312777060
Binary11011010100101101111101001000110101100110111111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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