#326F8F

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

Shades of Astral #326F8F

Tints of Astral #326F8F

Color information

#326F8F (or 0x326F8F) is unknown color: approx Astral. HEX triplet: 32, 6F and 8F. RGB value is (50,111,143). Sum of RGB (Red+Green+Blue) = 50+111+143=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #326F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F8F is #CD9070. Grayscale: #606060. Windows color (decimal): -13471857 or 9400114. OLE color: 9400114.

HSL color Cylindrical-coordinate representation of color #326F8F: hue angle of 200.65º 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 #326F8F is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50111143-
CMYK0.650.2200.44
HSL200.65º48.19%37.84%-
HSV(B)200.65º65.03%56.08%-
XYZ11.9614.0328.06-
YUV96.41154.2994.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=16.45%
G=36.51%
B=47.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501111430.650.2200.44200.6548.1937.84
Hex326F8F411602Cc93026
Octal62157217101260543116046
Binary110010110111110001111100000110110010110011001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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