#36A6BF

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

Shades of Pelorous #36A6BF

Tints of Pelorous #36A6BF

Color information

#36A6BF (or 0x36A6BF) is unknown color: approx Pelorous. HEX triplet: 36, A6 and BF. RGB value is (54,166,191). Sum of RGB (Red+Green+Blue) = 54+166+191=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #36A6BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A6BF is #C95940. Grayscale: #878787. Windows color (decimal): -13195585 or 12559926. OLE color: 12559926.

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

Color convert

RGB54166191-
CMYK0.720.1300.25
HSL190.95º55.92%48.04%-
HSV(B)190.95º71.73%74.9%-
XYZ24.5631.8254.14-
YUV135.36159.3969.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.14%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 191 (75% from 255) = 46.47%
R=13.14%
G=40.39%
B=46.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541661910.720.1300.25190.9555.9248.04
Hex36A6BF48D019bf3830
Octal66246277110150312777060
Binary11011010100110101111111001000110101100110111111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,166,191); }

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

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

 a { background-color: rgb(54,166,191); }

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

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

 span { border-color: rgb(54,166,191); }

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