#32688A

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

Shades of Astral #32688A

Tints of Astral #32688A

Color information

#32688A (or 0x32688A) is unknown color: approx Astral. HEX triplet: 32, 68 and 8A. RGB value is (50,104,138). Sum of RGB (Red+Green+Blue) = 50+104+138=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #32688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32688A is #CD9775. Grayscale: #5B5B5B. Windows color (decimal): -13473654 or 9070642. OLE color: 9070642.

HSL color Cylindrical-coordinate representation of color #32688A: hue angle of 203.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32688A is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50104138-
CMYK0.640.2500.46
HSL203.18º46.81%36.86%-
HSV(B)203.18º63.77%54.12%-
XYZ10.8512.4125.87-
YUV91.73154.1198.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=17.12%
G=35.62%
B=47.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501041380.640.2500.46203.1846.8136.86
Hex32688A401902Ecb2f25
Octal62150212100310563135745
Binary110010110100010001010100000011001010111011001011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32688A; }

 p { color: rgb(50,104,138); }

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

<style>
 a { background-color: #32688A; }

 a { background-color: rgb(50,104,138); }

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

<style>
 span { border-color: #32688A; }

 span { border-color: rgb(50,104,138); }

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