#358993

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

Shades of Blue Chill #358993

Tints of Blue Chill #358993

Color information

#358993 (or 0x358993) is unknown color: approx Blue Chill. HEX triplet: 35, 89 and 93. RGB value is (53,137,147). Sum of RGB (Red+Green+Blue) = 53+137+147=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #358993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358993 is #CA766C. Grayscale: #707070. Windows color (decimal): -13268589 or 9668917. OLE color: 9668917.

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

Color convert

RGB53137147-
CMYK0.640.0700.42
HSL186.38º47%39.22%-
HSV(B)186.38º63.95%57.65%-
XYZ15.6820.7530.78-
YUV113.02147.1785.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=15.73%
G=40.65%
B=43.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531371470.640.0700.42186.384739.22
Hex35899340702Aba2f27
Octal6521122310070522725747
Binary11010110001001100100111000000111010101010111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358993; }

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

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

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

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

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

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

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

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