#32688C

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

Shades of Astral #32688C

Tints of Astral #32688C

Color information

#32688C (or 0x32688C) is unknown color: approx Astral. HEX triplet: 32, 68 and 8C. RGB value is (50,104,140). Sum of RGB (Red+Green+Blue) = 50+104+140=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #32688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32688C is #CD9773. Grayscale: #5B5B5B. Windows color (decimal): -13473652 or 9201714. OLE color: 9201714.

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

Color convert

RGB50104140-
CMYK0.640.2600.45
HSL204º47.37%37.25%-
HSV(B)204º64.29%54.9%-
XYZ1112.4726.64-
YUV91.96155.1198.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=17.01%
G=35.37%
B=47.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501041400.640.2600.4520447.3737.25
Hex32688C401A02Dcc2f25
Octal62150214100320553145745
Binary110010110100010001100100000011010010110111001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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