#326F90

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

Shades of Astral #326F90

Tints of Astral #326F90

Color information

#326F90 (or 0x326F90) is unknown color: approx Astral. HEX triplet: 32, 6F and 90. RGB value is (50,111,144). Sum of RGB (Red+Green+Blue) = 50+111+144=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #326F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F90 is #CD906F. Grayscale: #606060. Windows color (decimal): -13471856 or 9465650. OLE color: 9465650.

HSL color Cylindrical-coordinate representation of color #326F90: hue angle of 201.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326F90 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50111144-
CMYK0.650.2300.44
HSL201.06º48.45%38.04%-
HSV(B)201.06º65.28%56.47%-
XYZ12.0314.0628.47-
YUV96.52154.7994.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=16.39%
G=36.39%
B=47.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501111440.650.2300.44201.0648.4538.04
Hex326F90411702Cc93026
Octal62157220101270543116046
Binary110010110111110010000100000110111010110011001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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