#32758F

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

Shades of Astral #32758F

Tints of Astral #32758F

Color information

#32758F (or 0x32758F) is unknown color: approx Astral. HEX triplet: 32, 75 and 8F. RGB value is (50,117,143). Sum of RGB (Red+Green+Blue) = 50+117+143=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #32758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32758F is #CD8A70. Grayscale: #636363. Windows color (decimal): -13470321 or 9401650. OLE color: 9401650.

HSL color Cylindrical-coordinate representation of color #32758F: hue angle of 196.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32758F is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50117143-
CMYK0.650.1800.44
HSL196.77º48.19%37.84%-
HSV(B)196.77º65.03%56.08%-
XYZ12.6315.3828.29-
YUV99.93152.392.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=16.13%
G=37.74%
B=46.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501171430.650.1800.44196.7748.1937.84
Hex32758F411202Cc53026
Octal62165217101220543056046
Binary110010111010110001111100000110010010110011000101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32758F; }

 p { color: rgb(50,117,143); }

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

<style>
 a { background-color: #32758F; }

 a { background-color: rgb(50,117,143); }

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

<style>
 span { border-color: #32758F; }

 span { border-color: rgb(50,117,143); }

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