#35958D

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

Shades of Blue Chill #35958D

Tints of Blue Chill #35958D

Color information

#35958D (or 0x35958D) is unknown color: approx Blue Chill. HEX triplet: 35, 95 and 8D. RGB value is (53,149,141). Sum of RGB (Red+Green+Blue) = 53+149+141=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #35958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35958D is #CA6A72. Grayscale: #777777. Windows color (decimal): -13265523 or 9278773. OLE color: 9278773.

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

Color convert

RGB53149141-
CMYK0.6400.050.42
HSL175º47.52%39.61%-
HSV(B)175º64.43%58.43%-
XYZ17.0224.1728.97-
YUV119.38140.280.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=15.45%
G=43.44%
B=41.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531491410.6400.050.4217547.5239.61
Hex35958D40052Aaf3028
Octal6522521510005522576050
Binary11010110010101100011011000000010110101010101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35958D; }

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

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

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

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

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

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

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

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