#326F92

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

Shades of Astral #326F92

Tints of Astral #326F92

Color information

#326F92 (or 0x326F92) is unknown color: approx Astral. HEX triplet: 32, 6F and 92. RGB value is (50,111,146). Sum of RGB (Red+Green+Blue) = 50+111+146=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #326F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F92 is #CD906D. Grayscale: #606060. Windows color (decimal): -13471854 or 9596722. OLE color: 9596722.

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

Color convert

RGB50111146-
CMYK0.660.2400.43
HSL201.88º48.98%38.43%-
HSV(B)201.88º65.75%57.25%-
XYZ12.1914.1229.28-
YUV96.75155.7994.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=16.29%
G=36.16%
B=47.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501111460.660.2400.43201.8848.9838.43
Hex326F92421802Bca3126
Octal62157222102300533126146
Binary110010110111110010010100001011000010101111001010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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