#359090

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

Shades of Blue Chill #359090

Tints of Blue Chill #359090

Color information

#359090 (or 0x359090) is unknown color: approx Blue Chill. HEX triplet: 35, 90 and 90. RGB value is (53,144,144). Sum of RGB (Red+Green+Blue) = 53+144+144=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #359090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359090 is #CA6F6F. Grayscale: #747474. Windows color (decimal): -13266800 or 9474101. OLE color: 9474101.

HSL color Cylindrical-coordinate representation of color #359090: hue angle of 180º 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 #359090 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53144144-
CMYK0.63000.44
HSL180º46.19%38.63%-
HSV(B)180º63.19%56.47%-
XYZ16.4822.7229.9-
YUV116.79143.3582.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=15.54%
G=42.23%
B=42.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441440.63000.4418046.1938.63
Hex3590903F002Cb42e27
Octal652202207700542645647
Binary11010110010000100100001111110010110010110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359090; }

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

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

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

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

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

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

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

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