#32838C

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

Shades of Blue Chill #32838C

Tints of Blue Chill #32838C

Color information

#32838C (or 0x32838C) is unknown color: approx Blue Chill. HEX triplet: 32, 83 and 8C. RGB value is (50,131,140). Sum of RGB (Red+Green+Blue) = 50+131+140=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #32838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32838C is #CD7C73. Grayscale: #6B6B6B. Windows color (decimal): -13466740 or 9208626. OLE color: 9208626.

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

Color convert

RGB50131140-
CMYK0.640.0600.45
HSL186º47.37%37.25%-
HSV(B)186º64.29%54.9%-
XYZ14.1718.827.69-
YUV107.81146.1686.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=15.58%
G=40.81%
B=43.61%

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
Decimal501311400.640.0600.4518647.3737.25
Hex32838C40602Dba2f25
Octal6220321410060552725745
Binary11001010000011100011001000000110010110110111010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32838C; }

 p { color: rgb(50,131,140); }

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

<style>
 a { background-color: #32838C; }

 a { background-color: rgb(50,131,140); }

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

<style>
 span { border-color: #32838C; }

 span { border-color: rgb(50,131,140); }

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