#36A3BD

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

Shades of Pelorous #36A3BD

Tints of Pelorous #36A3BD

Color information

#36A3BD (or 0x36A3BD) is unknown color: approx Pelorous. HEX triplet: 36, A3 and BD. RGB value is (54,163,189). Sum of RGB (Red+Green+Blue) = 54+163+189=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #36A3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A3BD is #C95C42. Grayscale: #858585. Windows color (decimal): -13196355 or 12428086. OLE color: 12428086.

HSL color Cylindrical-coordinate representation of color #36A3BD: hue angle of 191.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36A3BD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54163189-
CMYK0.710.1400.26
HSL191.56º55.56%47.65%-
HSV(B)191.56º71.43%74.12%-
XYZ23.830.6552.81-
YUV133.37159.3971.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.30%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=13.30%
G=40.15%
B=46.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541631890.710.1400.26191.5655.5647.65
Hex36A3BD47E01Ac03830
Octal66243275107160323007060
Binary11011010100011101111011000111111001101011000000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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