#36A5BA

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

Shades of Pelorous #36A5BA

Tints of Pelorous #36A5BA

Color information

#36A5BA (or 0x36A5BA) is unknown color: approx Pelorous. HEX triplet: 36, A5 and BA. RGB value is (54,165,186). Sum of RGB (Red+Green+Blue) = 54+165+186=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #36A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A5BA is #C95A45. Grayscale: #868686. Windows color (decimal): -13195846 or 12231990. OLE color: 12231990.

HSL color Cylindrical-coordinate representation of color #36A5BA: hue angle of 189.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36A5BA is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB54165186-
CMYK0.710.1100.27
HSL189.55º55%47.06%-
HSV(B)189.55º70.97%72.94%-
XYZ23.8431.2451.23-
YUV134.2157.2370.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.33%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=13.33%
G=40.74%
B=45.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541651860.710.1100.27189.555547.06
Hex36A5BA47B01Bbe372f
Octal66245272107130332766757
Binary11011010100101101110101000111101101101110111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,165,186); }

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

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

 a { background-color: rgb(54,165,186); }

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

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

 span { border-color: rgb(54,165,186); }

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