#327092

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

Shades of Astral #327092

Tints of Astral #327092

Color information

#327092 (or 0x327092) is unknown color: approx Astral. HEX triplet: 32, 70 and 92. RGB value is (50,112,146). Sum of RGB (Red+Green+Blue) = 50+112+146=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #327092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327092 is #CD8F6D. Grayscale: #616161. Windows color (decimal): -13471598 or 9596978. OLE color: 9596978.

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

Color convert

RGB50112146-
CMYK0.660.2300.43
HSL201.25º48.98%38.43%-
HSV(B)201.25º65.75%57.25%-
XYZ12.314.3429.31-
YUV97.34155.4694.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=16.23%
G=36.36%
B=47.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501121460.660.2300.43201.2548.9838.43
Hex327092421702Bc93126
Octal62160222102270533116146
Binary110010111000010010010100001010111010101111001001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327092; }

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

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

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

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

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

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

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

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