#359191

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

Shades of Blue Chill #359191

Tints of Blue Chill #359191

Color information

#359191 (or 0x359191) is unknown color: approx Blue Chill. HEX triplet: 35, 91 and 91. RGB value is (53,145,145). Sum of RGB (Red+Green+Blue) = 53+145+145=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #359191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359191 is #CA6E6E. Grayscale: #757575. Windows color (decimal): -13266543 or 9539893. OLE color: 9539893.

HSL color Cylindrical-coordinate representation of color #359191: hue angle of 180º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359191 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53145145-
CMYK0.63000.43
HSL180º46.46%38.82%-
HSV(B)180º63.45%56.86%-
XYZ16.723.0530.36-
YUV117.49143.5282-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=15.45%
G=42.27%
B=42.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451450.63000.4318046.4638.82
Hex3591913F002Bb42e27
Octal652212217700532645647
Binary11010110010001100100011111110010101110110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359191; }

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

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

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

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

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

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

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

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