#32678D

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

Shades of Astral #32678D

Tints of Astral #32678D

Color information

#32678D (or 0x32678D) is unknown color: approx Astral. HEX triplet: 32, 67 and 8D. RGB value is (50,103,141). Sum of RGB (Red+Green+Blue) = 50+103+141=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #32678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32678D is #CD9872. Grayscale: #5B5B5B. Windows color (decimal): -13473907 or 9266994. OLE color: 9266994.

HSL color Cylindrical-coordinate representation of color #32678D: hue angle of 205.05º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32678D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50103141-
CMYK0.650.2700.45
HSL205.05º47.64%37.45%-
HSV(B)205.05º64.54%55.29%-
XYZ10.9712.327-
YUV91.48155.9498.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=17.01%
G=35.03%
B=47.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501031410.650.2700.45205.0547.6437.45
Hex32678D411B02Dcd3025
Octal62147215101330553156045
Binary110010110011110001101100000111011010110111001101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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