#36A5BC

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

Shades of Pelorous #36A5BC

Tints of Pelorous #36A5BC

Color information

#36A5BC (or 0x36A5BC) is unknown color: approx Pelorous. HEX triplet: 36, A5 and BC. RGB value is (54,165,188). Sum of RGB (Red+Green+Blue) = 54+165+188=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #36A5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A5BC is #C95A43. Grayscale: #868686. Windows color (decimal): -13195844 or 12363062. OLE color: 12363062.

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

Color convert

RGB54165188-
CMYK0.710.1200.26
HSL190.3º55.37%47.45%-
HSV(B)190.3º71.28%73.73%-
XYZ24.0531.3352.36-
YUV134.43158.2370.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.27%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=13.27%
G=40.54%
B=46.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541651880.710.1200.26190.355.3747.45
Hex36A5BC47C01Abe372f
Octal66245274107140322766757
Binary11011010100101101111001000111110001101010111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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