#359193

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

Shades of Blue Chill #359193

Tints of Blue Chill #359193

Color information

#359193 (or 0x359193) is unknown color: approx Blue Chill. HEX triplet: 35, 91 and 93. RGB value is (53,145,147). Sum of RGB (Red+Green+Blue) = 53+145+147=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #359193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359193 is #CA6E6C. Grayscale: #757575. Windows color (decimal): -13266541 or 9670965. OLE color: 9670965.

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

Color convert

RGB53145147-
CMYK0.640.0100.42
HSL181.28º47%39.22%-
HSV(B)181.28º63.95%57.65%-
XYZ16.8623.1131.18-
YUV117.72144.5281.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=15.36%
G=42.03%
B=42.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531451470.640.0100.42181.284739.22
Hex35919340102Ab52f27
Octal6522122310010522655747
Binary110101100100011001001110000001010101010110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359193; }

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

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

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

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

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

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

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

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