#327692

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

Shades of Astral #327692

Tints of Astral #327692

Color information

#327692 (or 0x327692) is unknown color: approx Astral. HEX triplet: 32, 76 and 92. RGB value is (50,118,146). Sum of RGB (Red+Green+Blue) = 50+118+146=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #327692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327692 is #CD896D. Grayscale: #646464. Windows color (decimal): -13470062 or 9598514. OLE color: 9598514.

HSL color Cylindrical-coordinate representation of color #327692: hue angle of 197.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327692 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50118146-
CMYK0.660.1900.43
HSL197.5º48.98%38.43%-
HSV(B)197.5º65.75%57.25%-
XYZ12.9815.7129.54-
YUV100.86153.4791.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=15.92%
G=37.58%
B=46.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501181460.660.1900.43197.548.9838.43
Hex327692421302Bc63126
Octal62166222102230533066146
Binary110010111011010010010100001010011010101111000110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327692; }

 p { color: rgb(50,118,146); }

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

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

 a { background-color: rgb(50,118,146); }

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

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

 span { border-color: rgb(50,118,146); }

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