#358F95

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

Shades of Blue Chill #358F95

Tints of Blue Chill #358F95

Color information

#358F95 (or 0x358F95) is unknown color: approx Blue Chill. HEX triplet: 35, 8F and 95. RGB value is (53,143,149). Sum of RGB (Red+Green+Blue) = 53+143+149=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #358F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F95 is #CA706A. Grayscale: #747474. Windows color (decimal): -13267051 or 9801525. OLE color: 9801525.

HSL color Cylindrical-coordinate representation of color #358F95: hue angle of 183.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358F95 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53143149-
CMYK0.640.0400.42
HSL183.75º47.52%39.61%-
HSV(B)183.75º64.43%58.43%-
XYZ16.7222.5731.91-
YUV116.77146.1882.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=15.36%
G=41.45%
B=43.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531431490.640.0400.42183.7547.5239.61
Hex358F9540402Ab83028
Octal6521722510040522706050
Binary11010110001111100101011000000100010101010111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358F95; }

 p { color: rgb(53,143,149); }

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

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

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

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

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

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

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