#32678A

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

Shades of Astral #32678A

Tints of Astral #32678A

Color information

#32678A (or 0x32678A) is unknown color: approx Astral. HEX triplet: 32, 67 and 8A. RGB value is (50,103,138). Sum of RGB (Red+Green+Blue) = 50+103+138=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #32678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32678A is #CD9875. Grayscale: #5A5A5A. Windows color (decimal): -13473910 or 9070386. OLE color: 9070386.

HSL color Cylindrical-coordinate representation of color #32678A: hue angle of 203.86º 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 #32678A is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50103138-
CMYK0.640.2500.46
HSL203.86º46.81%36.86%-
HSV(B)203.86º63.77%54.12%-
XYZ10.7512.2125.84-
YUV91.14154.4498.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=17.18%
G=35.40%
B=47.42%

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
Decimal501031380.640.2500.46203.8646.8136.86
Hex32678A401902Ecc2f25
Octal62147212100310563145745
Binary110010110011110001010100000011001010111011001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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