#327A92

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

Shades of Astral #327A92

Tints of Astral #327A92

Color information

#327A92 (or 0x327A92) is unknown color: approx Astral. HEX triplet: 32, 7A and 92. RGB value is (50,122,146). Sum of RGB (Red+Green+Blue) = 50+122+146=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #327A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A92 is #CD856D. Grayscale: #676767. Windows color (decimal): -13469038 or 9599538. OLE color: 9599538.

HSL color Cylindrical-coordinate representation of color #327A92: hue angle of 195º 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 #327A92 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50122146-
CMYK0.660.1600.43
HSL195º48.98%38.43%-
HSV(B)195º65.75%57.25%-
XYZ13.4616.6729.7-
YUV103.21152.1590.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=15.72%
G=38.36%
B=45.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501221460.660.1600.4319548.9838.43
Hex327A92421002Bc33126
Octal62172222102200533036146
Binary110010111101010010010100001010000010101111000011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327A92; }

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

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

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

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

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

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

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

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