#36A3BE

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

Shades of Pelorous #36A3BE

Tints of Pelorous #36A3BE

Color information

#36A3BE (or 0x36A3BE) is unknown color: approx Pelorous. HEX triplet: 36, A3 and BE. RGB value is (54,163,190). Sum of RGB (Red+Green+Blue) = 54+163+190=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #36A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A3BE is #C95C41. Grayscale: #858585. Windows color (decimal): -13196354 or 12493622. OLE color: 12493622.

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

Color convert

RGB54163190-
CMYK0.720.1400.25
HSL191.91º55.74%47.84%-
HSV(B)191.91º71.58%74.51%-
XYZ23.9130.753.38-
YUV133.49159.8971.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.27%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=13.27%
G=40.05%
B=46.68%

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
Decimal541631900.720.1400.25191.9155.7447.84
Hex36A3BE48E019c03830
Octal66243276110160313007060
Binary11011010100011101111101001000111001100111000000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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