#36938C

Color #36938C Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #36938C

Tints of Blue Chill #36938C

Color information

#36938C (or 0x36938C) is unknown color: approx Blue Chill. HEX triplet: 36, 93 and 8C. RGB value is (54,147,140). Sum of RGB (Red+Green+Blue) = 54+147+140=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #36938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36938C is #C96C73. Grayscale: #767676. Windows color (decimal): -13200500 or 9212726. OLE color: 9212726.

HSL color Cylindrical-coordinate representation of color #36938C: hue angle of 175.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36938C is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB54147140-
CMYK0.6300.050.42
HSL175.48º46.27%39.41%-
HSV(B)175.48º63.27%57.65%-
XYZ16.6923.5528.48-
YUV118.4140.1982.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=15.84%
G=43.11%
B=41.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541471400.6300.050.42175.4846.2739.41
Hex36938C3F052Aaf2e27
Octal662232147705522575647
Binary1101101001001110001100111111010110101010101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36938C; }

 p { color: rgb(54,147,140); }

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

<style>
 a { background-color: #36938C; }

 a { background-color: rgb(54,147,140); }

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

<style>
 span { border-color: #36938C; }

 span { border-color: rgb(54,147,140); }

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