#35928D

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

Shades of Blue Chill #35928D

Tints of Blue Chill #35928D

Color information

#35928D (or 0x35928D) is unknown color: approx Blue Chill. HEX triplet: 35, 92 and 8D. RGB value is (53,146,141). Sum of RGB (Red+Green+Blue) = 53+146+141=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #35928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35928D is #CA6D72. Grayscale: #757575. Windows color (decimal): -13266291 or 9278005. OLE color: 9278005.

HSL color Cylindrical-coordinate representation of color #35928D: hue angle of 176.77º 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 #35928D is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB53146141-
CMYK0.6400.030.43
HSL176.77º46.73%39.02%-
HSV(B)176.77º63.7%57.25%-
XYZ16.5523.2428.81-
YUV117.62141.1981.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=15.59%
G=42.94%
B=41.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461410.6400.030.43176.7746.7339.02
Hex35928D40032Bb12f27
Octal6522221510003532615747
Binary1101011001001010001101100000001110101110110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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