#36A5AB

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

Shades of Pelorous #36A5AB

Tints of Pelorous #36A5AB

Color information

#36A5AB (or 0x36A5AB) is unknown color: approx Pelorous. HEX triplet: 36, A5 and AB. RGB value is (54,165,171). Sum of RGB (Red+Green+Blue) = 54+165+171=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #36A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A5AB is #C95A54. Grayscale: #848484. Windows color (decimal): -13195861 or 11248950. OLE color: 11248950.

HSL color Cylindrical-coordinate representation of color #36A5AB: hue angle of 183.08º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A5AB is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54165171-
CMYK0.680.0400.33
HSL183.08º52%44.12%-
HSV(B)183.08º68.42%67.06%-
XYZ22.3330.6343.26-
YUV132.5149.7372.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.85%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=13.85%
G=42.31%
B=43.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541651710.680.0400.33183.085244.12
Hex36A5AB444021b7342c
Octal6624525310440412676454
Binary11011010100101101010111000100100010000110110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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