#32698B

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

Shades of Astral #32698B

Tints of Astral #32698B

Color information

#32698B (or 0x32698B) is unknown color: approx Astral. HEX triplet: 32, 69 and 8B. RGB value is (50,105,139). Sum of RGB (Red+Green+Blue) = 50+105+139=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #32698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32698B is #CD9674. Grayscale: #5C5C5C. Windows color (decimal): -13473397 or 9136434. OLE color: 9136434.

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

Color convert

RGB50105139-
CMYK0.640.2400.45
HSL202.92º47.09%37.06%-
HSV(B)202.92º64.03%54.51%-
XYZ11.0312.6526.29-
YUV92.43154.2897.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=17.01%
G=35.71%
B=47.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501051390.640.2400.45202.9247.0937.06
Hex32698B401802Dcb2f25
Octal62151213100300553135745
Binary110010110100110001011100000011000010110111001011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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