#32668C

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

Shades of Astral #32668C

Tints of Astral #32668C

Color information

#32668C (or 0x32668C) is unknown color: approx Astral. HEX triplet: 32, 66 and 8C. RGB value is (50,102,140). Sum of RGB (Red+Green+Blue) = 50+102+140=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #32668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668C is #CD9973. Grayscale: #5A5A5A. Windows color (decimal): -13474164 or 9201202. OLE color: 9201202.

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

Color convert

RGB50102140-
CMYK0.640.2700.45
HSL205.33º47.37%37.25%-
HSV(B)205.33º64.29%54.9%-
XYZ10.812.0726.57-
YUV90.78155.7798.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=17.12%
G=34.93%
B=47.95%

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
Decimal501021400.640.2700.45205.3347.3737.25
Hex32668C401B02Dcd2f25
Octal62146214100330553155745
Binary110010110011010001100100000011011010110111001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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