#32658A

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

Shades of Astral #32658A

Tints of Astral #32658A

Color information

#32658A (or 0x32658A) is unknown color: approx Astral. HEX triplet: 32, 65 and 8A. RGB value is (50,101,138). Sum of RGB (Red+Green+Blue) = 50+101+138=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #32658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32658A is #CD9A75. Grayscale: #595959. Windows color (decimal): -13474422 or 9069874. OLE color: 9069874.

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

Color convert

RGB50101138-
CMYK0.640.2700.46
HSL205.23º46.81%36.86%-
HSV(B)205.23º63.77%54.12%-
XYZ10.5611.8225.77-
YUV89.97155.199.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=17.30%
G=34.95%
B=47.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501011380.640.2700.46205.2346.8136.86
Hex32658A401B02Ecd2f25
Octal62145212100330563155745
Binary110010110010110001010100000011011010111011001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32658A; }

 p { color: rgb(50,101,138); }

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

<style>
 a { background-color: #32658A; }

 a { background-color: rgb(50,101,138); }

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

<style>
 span { border-color: #32658A; }

 span { border-color: rgb(50,101,138); }

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