#359390

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

Shades of Blue Chill #359390

Tints of Blue Chill #359390

Color information

#359390 (or 0x359390) is unknown color: approx Blue Chill. HEX triplet: 35, 93 and 90. RGB value is (53,147,144). Sum of RGB (Red+Green+Blue) = 53+147+144=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #359390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359390 is #CA6C6F. Grayscale: #767676. Windows color (decimal): -13266032 or 9474869. OLE color: 9474869.

HSL color Cylindrical-coordinate representation of color #359390: hue angle of 178.09º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359390 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB53147144-
CMYK0.6400.020.42
HSL178.09º47%39.22%-
HSV(B)178.09º63.95%57.65%-
XYZ16.9423.6430.06-
YUV118.55142.3681.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=15.41%
G=42.73%
B=41.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531471440.6400.020.42178.094739.22
Hex35939040022Ab22f27
Octal6522322010002522625747
Binary1101011001001110010000100000001010101010110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359390; }

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

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

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

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

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

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

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

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