#326782

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

Shades of Astral #326782

Tints of Astral #326782

Color information

#326782 (or 0x326782) is unknown color: approx Astral. HEX triplet: 32, 67 and 82. RGB value is (50,103,130). Sum of RGB (Red+Green+Blue) = 50+103+130=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #326782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326782 is #CD987D. Grayscale: #5A5A5A. Windows color (decimal): -13473918 or 8546098. OLE color: 8546098.

HSL color Cylindrical-coordinate representation of color #326782: hue angle of 200.25º 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 #326782 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50103130-
CMYK0.620.2100.49
HSL200.25º44.44%35.29%-
HSV(B)200.25º61.54%50.98%-
XYZ10.1911.9922.9-
YUV90.23150.4499.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=17.67%
G=36.40%
B=45.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501031300.620.2100.49200.2544.4435.29
Hex3267823E15031c82c23
Octal6214720276250613105443
Binary11001011001111000001011111010101011000111001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326782; }

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

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

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

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

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

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

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

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