#32828B

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

Shades of Blue Chill #32828B

Tints of Blue Chill #32828B

Color information

#32828B (or 0x32828B) is unknown color: approx Blue Chill. HEX triplet: 32, 82 and 8B. RGB value is (50,130,139). Sum of RGB (Red+Green+Blue) = 50+130+139=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #32828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32828B is #CD7D74. Grayscale: #6A6A6A. Windows color (decimal): -13466997 or 9142834. OLE color: 9142834.

HSL color Cylindrical-coordinate representation of color #32828B: hue angle of 186.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32828B is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50130139-
CMYK0.640.0600.45
HSL186.07º47.09%37.06%-
HSV(B)186.07º64.03%54.51%-
XYZ13.9618.5127.26-
YUV107.1114687.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=15.67%
G=40.75%
B=43.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501301390.640.0600.45186.0747.0937.06
Hex32828B40602Dba2f25
Octal6220221310060552725745
Binary11001010000010100010111000000110010110110111010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,130,139); }

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

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

 a { background-color: rgb(50,130,139); }

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

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

 span { border-color: rgb(50,130,139); }

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