#35868e

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

Shades of Blue Chill #35868E

Tints of Blue Chill #35868E

Color information

#35868E (or 0x35868E) is unknown color: approx Blue Chill. HEX triplet: 35, 86 and 8E. RGB value is (53,134,142). Sum of RGB (Red+Green+Blue) = 53+134+142=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #35868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35868E is #CA7971. Grayscale: #6E6E6E. Windows color (decimal): -13269362 or 9340469. OLE color: 9340469.

HSL color Cylindrical-coordinate representation of color #35868E: hue angle of 185.39º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35868E is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53134142-
CMYK0.630.0600.44
HSL185.39º45.64%38.24%-
HSV(B)185.39º62.68%55.69%-
XYZ14.8819.7628.62-
YUV110.69145.6686.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=16.11%
G=40.73%
B=43.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531341420.630.0600.44185.3945.6438.24
Hex35868E3F602Cb92e26
Octal652062167760542715646
Binary1101011000011010001110111111110010110010111001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35868e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35868e; }

 p { color: rgb(53,134,142); }

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

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

 a { background-color: rgb(53,134,142); }

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

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

 span { border-color: rgb(53,134,142); }

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