#32848B

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

Shades of Blue Chill #32848B

Tints of Blue Chill #32848B

Color information

#32848B (or 0x32848B) is unknown color: approx Blue Chill. HEX triplet: 32, 84 and 8B. RGB value is (50,132,139). Sum of RGB (Red+Green+Blue) = 50+132+139=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #32848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32848B is #CD7B74. Grayscale: #6C6C6C. Windows color (decimal): -13466485 or 9143346. OLE color: 9143346.

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

Color convert

RGB50132139-
CMYK0.640.0500.45
HSL184.72º47.09%37.06%-
HSV(B)184.72º64.03%54.51%-
XYZ14.2319.0427.35-
YUV108.28145.3386.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=15.58%
G=41.12%
B=43.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501321390.640.0500.45184.7247.0937.06
Hex32848B40502Db92f25
Octal6220421310050552715745
Binary11001010000100100010111000000101010110110111001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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