#326E7B

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

Shades of Astral #326E7B

Tints of Astral #326E7B

Color information

#326E7B (or 0x326E7B) is unknown color: approx Astral. HEX triplet: 32, 6E and 7B. RGB value is (50,110,123). Sum of RGB (Red+Green+Blue) = 50+110+123=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #326E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E7B is #CD9184. Grayscale: #5D5D5D. Windows color (decimal): -13472133 or 8089138. OLE color: 8089138.

HSL color Cylindrical-coordinate representation of color #326E7B: hue angle of 190.68º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326E7B is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB50110123-
CMYK0.590.1100.52
HSL190.68º42.2%33.92%-
HSV(B)190.68º59.35%48.24%-
XYZ10.4713.2620.75-
YUV93.54144.6296.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=17.67%
G=38.87%
B=43.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501101230.590.1100.52190.6842.233.92
Hex326E7B3BB034bf2a22
Octal6215617373130642775242
Binary110010110111011110111110111011011010010111111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,110,123); }

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

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

 a { background-color: rgb(50,110,123); }

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

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

 span { border-color: rgb(50,110,123); }

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