#36A4C3

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

Shades of Pelorous #36A4C3

Tints of Pelorous #36A4C3

Color information

#36A4C3 (or 0x36A4C3) is unknown color: approx Pelorous. HEX triplet: 36, A4 and C3. RGB value is (54,164,195). Sum of RGB (Red+Green+Blue) = 54+164+195=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #36A4C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A4C3 is #C95B3C. Grayscale: #868686. Windows color (decimal): -13196093 or 12821558. OLE color: 12821558.

HSL color Cylindrical-coordinate representation of color #36A4C3: hue angle of 193.19º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36A4C3 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB54164195-
CMYK0.720.1600.24
HSL193.19º56.63%48.82%-
HSV(B)193.19º72.31%76.47%-
XYZ24.6531.2856.37-
YUV134.64162.0670.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.08%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=13.08%
G=39.71%
B=47.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541641950.720.1600.24193.1956.6348.82
Hex36A4C34810018c13931
Octal66244303110200303017161
Binary110110101001001100001110010001000001100011000001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,164,195); }

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

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

 a { background-color: rgb(54,164,195); }

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

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

 span { border-color: rgb(54,164,195); }

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