#35828E

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

Shades of Blue Chill #35828E

Tints of Blue Chill #35828E

Color information

#35828E (or 0x35828E) is unknown color: approx Blue Chill. HEX triplet: 35, 82 and 8E. RGB value is (53,130,142). Sum of RGB (Red+Green+Blue) = 53+130+142=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #35828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35828E is #CA7D71. Grayscale: #6C6C6C. Windows color (decimal): -13270386 or 9339445. OLE color: 9339445.

HSL color Cylindrical-coordinate representation of color #35828E: hue angle of 188.09º 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 #35828E is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53130142-
CMYK0.630.0800.44
HSL188.09º45.64%38.24%-
HSV(B)188.09º62.68%55.69%-
XYZ14.3318.6828.44-
YUV108.34146.9988.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=16.31%
G=40%
B=43.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531301420.630.0800.44188.0945.6438.24
Hex35828E3F802Cbc2e26
Octal6520221677100542745646
Binary11010110000010100011101111111000010110010111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35828E; }

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

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

<style>
 a { background-color: #35828E; }

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

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

<style>
 span { border-color: #35828E; }

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

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