#368887

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

Shades of Blue Chill #368887

Tints of Blue Chill #368887

Color information

#368887 (or 0x368887) is unknown color: approx Blue Chill. HEX triplet: 36, 88 and 87. RGB value is (54,136,135). Sum of RGB (Red+Green+Blue) = 54+136+135=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #368887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368887 is #C97778. Grayscale: #6F6F6F. Windows color (decimal): -13203321 or 8882230. OLE color: 8882230.

HSL color Cylindrical-coordinate representation of color #368887: hue angle of 179.27º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368887 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB54136135-
CMYK0.6000.010.47
HSL179.27º43.16%37.25%-
HSV(B)179.27º60.29%53.33%-
XYZ14.720.1426.03-
YUV111.37141.3387.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=16.62%
G=41.85%
B=41.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361350.6000.010.47179.2743.1637.25
Hex3688873C012Fb32b25
Octal662102077401572635345
Binary11011010001000100001111111000110111110110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368887; }

 p { color: rgb(54,136,135); }

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

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

 a { background-color: rgb(54,136,135); }

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

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

 span { border-color: rgb(54,136,135); }

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