#326F8E

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

Shades of Astral #326F8E

Tints of Astral #326F8E

Color information

#326F8E (or 0x326F8E) is unknown color: approx Astral. HEX triplet: 32, 6F and 8E. RGB value is (50,111,142). Sum of RGB (Red+Green+Blue) = 50+111+142=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #326F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F8E is #CD9071. Grayscale: #606060. Windows color (decimal): -13471858 or 9334578. OLE color: 9334578.

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

Color convert

RGB50111142-
CMYK0.650.2200.44
HSL200.22º47.92%37.65%-
HSV(B)200.22º64.79%55.69%-
XYZ11.881427.67-
YUV96.3153.7994.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=16.50%
G=36.63%
B=46.86%

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
Decimal501111420.650.2200.44200.2247.9237.65
Hex326F8E411602Cc83026
Octal62157216101260543106046
Binary110010110111110001110100000110110010110011001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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