#359194

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

Shades of Blue Chill #359194

Tints of Blue Chill #359194

Color information

#359194 (or 0x359194) is unknown color: approx Blue Chill. HEX triplet: 35, 91 and 94. RGB value is (53,145,148). Sum of RGB (Red+Green+Blue) = 53+145+148=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #359194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359194 is #CA6E6B. Grayscale: #757575. Windows color (decimal): -13266540 or 9736501. OLE color: 9736501.

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

Color convert

RGB53145148-
CMYK0.640.0200.42
HSL181.89º47.26%39.41%-
HSV(B)181.89º64.19%58.04%-
XYZ16.9423.1531.59-
YUV117.83145.0281.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=15.32%
G=41.91%
B=42.77%

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
Decimal531451480.640.0200.42181.8947.2639.41
Hex35919440202Ab62f27
Octal6522122410020522665747
Binary1101011001000110010100100000010010101010110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359194; }

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

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

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

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

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

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

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

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