#35828D

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

Shades of Blue Chill #35828D

Tints of Blue Chill #35828D

Color information

#35828D (or 0x35828D) is unknown color: approx Blue Chill. HEX triplet: 35, 82 and 8D. RGB value is (53,130,141). Sum of RGB (Red+Green+Blue) = 53+130+141=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #35828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35828D is #CA7D72. Grayscale: #6C6C6C. Windows color (decimal): -13270387 or 9273909. OLE color: 9273909.

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

Color convert

RGB53130141-
CMYK0.620.0800.45
HSL187.5º45.36%38.04%-
HSV(B)187.5º62.41%55.29%-
XYZ14.2618.6528.05-
YUV108.23146.4988.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=16.36%
G=40.12%
B=43.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531301410.620.0800.45187.545.3638.04
Hex35828D3E802Dbc2d26
Octal6520221576100552745546
Binary11010110000010100011011111101000010110110111100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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