#368587

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

Shades of Blue Chill #368587

Tints of Blue Chill #368587

Color information

#368587 (or 0x368587) is unknown color: approx Blue Chill. HEX triplet: 36, 85 and 87. RGB value is (54,133,135). Sum of RGB (Red+Green+Blue) = 54+133+135=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #368587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368587 is #C97A78. Grayscale: #6D6D6D. Windows color (decimal): -13204089 or 8881462. OLE color: 8881462.

HSL color Cylindrical-coordinate representation of color #368587: hue angle of 181.48º 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 #368587 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54133135-
CMYK0.600.0100.47
HSL181.48º42.86%37.06%-
HSV(B)181.48º60%52.94%-
XYZ14.2819.3125.9-
YUV109.61142.3388.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=16.77%
G=41.30%
B=41.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541331350.600.0100.47181.4842.8637.06
Hex3685873C102Fb52b25
Octal662052077410572655345
Binary11011010000101100001111111001010111110110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368587; }

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

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

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

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

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

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

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

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