#359093

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

Shades of Blue Chill #359093

Tints of Blue Chill #359093

Color information

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

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

Color convert

RGB53144147-
CMYK0.640.0200.42
HSL181.91º47%39.22%-
HSV(B)181.91º63.95%57.65%-
XYZ16.7122.8131.13-
YUV117.13144.8582.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531441470.640.0200.42181.914739.22
Hex35909340202Ab62f27
Octal6522022310020522665747
Binary1101011001000010010011100000010010101010110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359093; }

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

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

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

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

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

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

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

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