#359087

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

Shades of Blue Chill #359087

Tints of Blue Chill #359087

Color information

#359087 (or 0x359087) is unknown color: approx Blue Chill. HEX triplet: 35, 90 and 87. RGB value is (53,144,135). Sum of RGB (Red+Green+Blue) = 53+144+135=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #359087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359087 is #CA6F78. Grayscale: #737373. Windows color (decimal): -13266809 or 8884277. OLE color: 8884277.

HSL color Cylindrical-coordinate representation of color #359087: hue angle of 174.07º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359087 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB53144135-
CMYK0.6300.060.44
HSL174.07º46.19%38.63%-
HSV(B)174.07º63.19%56.47%-
XYZ15.8122.4526.42-
YUV115.76138.8583.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=15.96%
G=43.37%
B=40.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441350.6300.060.44174.0746.1938.63
Hex3590873F062Cae2e27
Octal652202077706542565647
Binary1101011001000010000111111111011010110010101110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359087; }

 p { color: rgb(53,144,135); }

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

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

 a { background-color: rgb(53,144,135); }

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

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

 span { border-color: rgb(53,144,135); }

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