#35928A

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

Shades of Blue Chill #35928A

Tints of Blue Chill #35928A

Color information

#35928A (or 0x35928A) is unknown color: approx Blue Chill. HEX triplet: 35, 92 and 8A. RGB value is (53,146,138). Sum of RGB (Red+Green+Blue) = 53+146+138=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #35928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35928A is #CA6D75. Grayscale: #757575. Windows color (decimal): -13266294 or 9081397. OLE color: 9081397.

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

Color convert

RGB53146138-
CMYK0.6400.050.43
HSL174.84º46.73%39.02%-
HSV(B)174.84º63.7%57.25%-
XYZ16.3323.1527.65-
YUV117.28139.6982.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=15.73%
G=43.32%
B=40.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461380.6400.050.43174.8446.7339.02
Hex35928A40052Baf2f27
Octal6522221210005532575747
Binary11010110010010100010101000000010110101110101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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