#36A9BE

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

Shades of Pelorous #36A9BE

Tints of Pelorous #36A9BE

Color information

#36A9BE (or 0x36A9BE) is unknown color: approx Pelorous. HEX triplet: 36, A9 and BE. RGB value is (54,169,190). Sum of RGB (Red+Green+Blue) = 54+169+190=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #36A9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A9BE is #C95641. Grayscale: #888888. Windows color (decimal): -13194818 or 12495158. OLE color: 12495158.

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

Color convert

RGB54169190-
CMYK0.720.1100.25
HSL189.26º55.74%47.84%-
HSV(B)189.26º71.58%74.51%-
XYZ2532.8853.74-
YUV137.01157.968.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.08%
GREEN value IS 169 (66.41% from 255) = 40.92%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=13.08%
G=40.92%
B=46.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541691900.720.1100.25189.2655.7447.84
Hex36A9BE48B019bd3830
Octal66251276110130312757060
Binary11011010101001101111101001000101101100110111101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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