#35858C

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

Shades of Blue Chill #35858C

Tints of Blue Chill #35858C

Color information

#35858C (or 0x35858C) is unknown color: approx Blue Chill. HEX triplet: 35, 85 and 8C. RGB value is (53,133,140). Sum of RGB (Red+Green+Blue) = 53+133+140=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #35858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35858C is #CA7A73. Grayscale: #6D6D6D. Windows color (decimal): -13269620 or 9209141. OLE color: 9209141.

HSL color Cylindrical-coordinate representation of color #35858C: hue angle of 184.83º 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 #35858C is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53133140-
CMYK0.620.0500.45
HSL184.83º45.08%37.84%-
HSV(B)184.83º62.14%54.9%-
XYZ14.5919.4327.79-
YUV109.8814587.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=16.26%
G=40.80%
B=42.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531331400.620.0500.45184.8345.0837.84
Hex35858C3E502Db92d26
Octal652052147650552715546
Binary1101011000010110001100111110101010110110111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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