#32758E

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

Shades of Astral #32758E

Tints of Astral #32758E

Color information

#32758E (or 0x32758E) is unknown color: approx Astral. HEX triplet: 32, 75 and 8E. RGB value is (50,117,142). Sum of RGB (Red+Green+Blue) = 50+117+142=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #32758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32758E is #CD8A71. Grayscale: #636363. Windows color (decimal): -13470322 or 9336114. OLE color: 9336114.

HSL color Cylindrical-coordinate representation of color #32758E: hue angle of 196.3º 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 #32758E is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50117142-
CMYK0.650.1800.44
HSL196.3º47.92%37.65%-
HSV(B)196.3º64.79%55.69%-
XYZ12.5615.3527.89-
YUV99.82151.892.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=16.18%
G=37.86%
B=45.95%

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
Decimal501171420.650.1800.44196.347.9237.65
Hex32758E411202Cc43026
Octal62165216101220543046046
Binary110010111010110001110100000110010010110011000100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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