#32758B

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

Shades of Astral #32758B

Tints of Astral #32758B

Color information

#32758B (or 0x32758B) is unknown color: approx Astral. HEX triplet: 32, 75 and 8B. RGB value is (50,117,139). Sum of RGB (Red+Green+Blue) = 50+117+139=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #32758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32758B is #CD8A74. Grayscale: #636363. Windows color (decimal): -13470325 or 9139506. OLE color: 9139506.

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

Color convert

RGB50117139-
CMYK0.640.1600.45
HSL194.83º47.09%37.06%-
HSV(B)194.83º64.03%54.51%-
XYZ12.3415.2626.72-
YUV99.48150.392.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=16.34%
G=38.24%
B=45.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501171390.640.1600.45194.8347.0937.06
Hex32758B401002Dc32f25
Octal62165213100200553035745
Binary110010111010110001011100000010000010110111000011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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