#32668B

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

Shades of Astral #32668B

Tints of Astral #32668B

Color information

#32668B (or 0x32668B) is unknown color: approx Astral. HEX triplet: 32, 66 and 8B. RGB value is (50,102,139). Sum of RGB (Red+Green+Blue) = 50+102+139=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #32668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668B is #CD9974. Grayscale: #5A5A5A. Windows color (decimal): -13474165 or 9135666. OLE color: 9135666.

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

Color convert

RGB50102139-
CMYK0.640.2700.45
HSL204.94º47.09%37.06%-
HSV(B)204.94º64.03%54.51%-
XYZ10.7312.0426.19-
YUV90.67155.2798.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=17.18%
G=35.05%
B=47.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501021390.640.2700.45204.9447.0937.06
Hex32668B401B02Dcd2f25
Octal62146213100330553155745
Binary110010110011010001011100000011011010110111001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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