#32768D

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

Shades of Astral #32768D

Tints of Astral #32768D

Color information

#32768D (or 0x32768D) is unknown color: approx Astral. HEX triplet: 32, 76 and 8D. RGB value is (50,118,141). Sum of RGB (Red+Green+Blue) = 50+118+141=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #32768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32768D is #CD8972. Grayscale: #646464. Windows color (decimal): -13470067 or 9270834. OLE color: 9270834.

HSL color Cylindrical-coordinate representation of color #32768D: hue angle of 195.16º 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 #32768D is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50118141-
CMYK0.650.1600.45
HSL195.16º47.64%37.45%-
HSV(B)195.16º64.54%55.29%-
XYZ12.615.5627.54-
YUV100.29150.9792.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=16.18%
G=38.19%
B=45.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501181410.650.1600.45195.1647.6437.45
Hex32768D411002Dc33025
Octal62166215101200553036045
Binary110010111011010001101100000110000010110111000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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