#32848A

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

Shades of Blue Chill #32848A

Tints of Blue Chill #32848A

Color information

#32848A (or 0x32848A) is unknown color: approx Blue Chill. HEX triplet: 32, 84 and 8A. RGB value is (50,132,138). Sum of RGB (Red+Green+Blue) = 50+132+138=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #32848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32848A is #CD7B75. Grayscale: #6C6C6C. Windows color (decimal): -13466486 or 9077810. OLE color: 9077810.

HSL color Cylindrical-coordinate representation of color #32848A: hue angle of 184.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32848A is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50132138-
CMYK0.640.0400.46
HSL184.09º46.81%36.86%-
HSV(B)184.09º63.77%54.12%-
XYZ14.1519.0226.97-
YUV108.17144.8386.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=15.62%
G=41.25%
B=43.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501321380.640.0400.46184.0946.8136.86
Hex32848A40402Eb82f25
Octal6220421210040562705745
Binary11001010000100100010101000000100010111010111000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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