#35928C

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

Shades of Blue Chill #35928C

Tints of Blue Chill #35928C

Color information

#35928C (or 0x35928C) is unknown color: approx Blue Chill. HEX triplet: 35, 92 and 8C. RGB value is (53,146,140). Sum of RGB (Red+Green+Blue) = 53+146+140=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #35928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35928C is #CA6D73. Grayscale: #757575. Windows color (decimal): -13266292 or 9212469. OLE color: 9212469.

HSL color Cylindrical-coordinate representation of color #35928C: hue angle of 176.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35928C is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB53146140-
CMYK0.6400.040.43
HSL176.13º46.73%39.02%-
HSV(B)176.13º63.7%57.25%-
XYZ16.4823.2128.42-
YUV117.51140.6981.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=15.63%
G=43.07%
B=41.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461400.6400.040.43176.1346.7339.02
Hex35928C40042Bb02f27
Octal6522221410004532605747
Binary11010110010010100011001000000010010101110110000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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