#326A7A

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

Shades of Astral #326A7A

Tints of Astral #326A7A

Color information

#326A7A (or 0x326A7A) is unknown color: approx Astral. HEX triplet: 32, 6A and 7A. RGB value is (50,106,122). Sum of RGB (Red+Green+Blue) = 50+106+122=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #326A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A7A is #CD9585. Grayscale: #5A5A5A. Windows color (decimal): -13473158 or 8022578. OLE color: 8022578.

HSL color Cylindrical-coordinate representation of color #326A7A: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326A7A is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB50106122-
CMYK0.590.1300.52
HSL193.33º41.86%33.73%-
HSV(B)193.33º59.02%47.84%-
XYZ9.9812.3920.28-
YUV91.08145.4598.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=17.99%
G=38.13%
B=43.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501061220.590.1300.52193.3341.8633.73
Hex326A7A3BD034c12a22
Octal6215217273150643015242
Binary110010110101011110101110111101011010011000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326A7A; }

 p { color: rgb(50,106,122); }

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

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

 a { background-color: rgb(50,106,122); }

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

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

 span { border-color: rgb(50,106,122); }

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