#35858D

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

Shades of Blue Chill #35858D

Tints of Blue Chill #35858D

Color information

#35858D (or 0x35858D) is unknown color: approx Blue Chill. HEX triplet: 35, 85 and 8D. RGB value is (53,133,141). Sum of RGB (Red+Green+Blue) = 53+133+141=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #35858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35858D is #CA7A72. Grayscale: #6D6D6D. Windows color (decimal): -13269619 or 9274677. OLE color: 9274677.

HSL color Cylindrical-coordinate representation of color #35858D: hue angle of 185.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35858D is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53133141-
CMYK0.620.0600.45
HSL185.45º45.36%38.04%-
HSV(B)185.45º62.41%55.29%-
XYZ14.6619.4628.18-
YUV109.99145.587.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=16.21%
G=40.67%
B=43.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531331410.620.0600.45185.4545.3638.04
Hex35858D3E602Db92d26
Octal652052157660552715546
Binary1101011000010110001101111110110010110110111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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