#32668D

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

Shades of Astral #32668D

Tints of Astral #32668D

Color information

#32668D (or 0x32668D) is unknown color: approx Astral. HEX triplet: 32, 66 and 8D. RGB value is (50,102,141). Sum of RGB (Red+Green+Blue) = 50+102+141=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #32668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668D is #CD9972. Grayscale: #5A5A5A. Windows color (decimal): -13474163 or 9266738. OLE color: 9266738.

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

Color convert

RGB50102141-
CMYK0.650.2800.45
HSL205.71º47.64%37.45%-
HSV(B)205.71º64.54%55.29%-
XYZ10.8712.126.96-
YUV90.9156.2798.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=17.06%
G=34.81%
B=48.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501021410.650.2800.45205.7147.6437.45
Hex32668D411C02Dce3025
Octal62146215101340553166045
Binary110010110011010001101100000111100010110111001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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