#36A4BE

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

Shades of Pelorous #36A4BE

Tints of Pelorous #36A4BE

Color information

#36A4BE (or 0x36A4BE) is unknown color: approx Pelorous. HEX triplet: 36, A4 and BE. RGB value is (54,164,190). Sum of RGB (Red+Green+Blue) = 54+164+190=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #36A4BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A4BE is #C95B41. Grayscale: #858585. Windows color (decimal): -13196098 or 12493878. OLE color: 12493878.

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

Color convert

RGB54164190-
CMYK0.720.1400.25
HSL191.47º55.74%47.84%-
HSV(B)191.47º71.58%74.51%-
XYZ24.0931.0553.44-
YUV134.07159.5670.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.24%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=13.24%
G=40.20%
B=46.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541641900.720.1400.25191.4755.7447.84
Hex36A4BE48E019bf3830
Octal66244276110160312777060
Binary11011010100100101111101001000111001100110111111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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