#327282

Color #327282 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #327282

Tints of Astral #327282

Color information

#327282 (or 0x327282) is unknown color: approx Astral. HEX triplet: 32, 72 and 82. RGB value is (50,114,130). Sum of RGB (Red+Green+Blue) = 50+114+130=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #327282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327282 is #CD8D7D. Grayscale: #606060. Windows color (decimal): -13471102 or 8548914. OLE color: 8548914.

HSL color Cylindrical-coordinate representation of color #327282: hue angle of 192º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327282 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50114130-
CMYK0.620.1200.49
HSL192º44.44%35.29%-
HSV(B)192º61.54%50.98%-
XYZ11.3614.3223.29-
YUV96.69146.894.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=17.01%
G=38.78%
B=44.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501141300.620.1200.4919244.4435.29
Hex3272823EC031c02c23
Octal6216220276140613005443
Binary1100101110010100000101111101100011000111000000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327282; }

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

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

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

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

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

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

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

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