#36A8BE

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

Shades of Pelorous #36A8BE

Tints of Pelorous #36A8BE

Color information

#36A8BE (or 0x36A8BE) is unknown color: approx Pelorous. HEX triplet: 36, A8 and BE. RGB value is (54,168,190). Sum of RGB (Red+Green+Blue) = 54+168+190=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #36A8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A8BE is #C95741. Grayscale: #888888. Windows color (decimal): -13195074 or 12494902. OLE color: 12494902.

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

Color convert

RGB54168190-
CMYK0.720.1200.25
HSL189.71º55.74%47.84%-
HSV(B)189.71º71.58%74.51%-
XYZ24.8232.5153.68-
YUV136.42158.2369.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.11%
GREEN value IS 168 (66.02% from 255) = 40.78%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=13.11%
G=40.78%
B=46.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541681900.720.1200.25189.7155.7447.84
Hex36A8BE48C019be3830
Octal66250276110140312767060
Binary11011010101000101111101001000110001100110111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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