#35928B

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

Shades of Blue Chill #35928B

Tints of Blue Chill #35928B

Color information

#35928B (or 0x35928B) is unknown color: approx Blue Chill. HEX triplet: 35, 92 and 8B. RGB value is (53,146,139). Sum of RGB (Red+Green+Blue) = 53+146+139=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #35928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35928B is #CA6D74. Grayscale: #757575. Windows color (decimal): -13266293 or 9146933. OLE color: 9146933.

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

Color convert

RGB53146139-
CMYK0.6400.050.43
HSL175.48º46.73%39.02%-
HSV(B)175.48º63.7%57.25%-
XYZ16.4123.1828.04-
YUV117.4140.1982.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=15.68%
G=43.20%
B=41.12%

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
Decimal531461390.6400.050.43175.4846.7339.02
Hex35928B40052Baf2f27
Octal6522221310005532575747
Binary11010110010010100010111000000010110101110101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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