#32658B

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

Shades of Astral #32658B

Tints of Astral #32658B

Color information

#32658B (or 0x32658B) is unknown color: approx Astral. HEX triplet: 32, 65 and 8B. RGB value is (50,101,139). Sum of RGB (Red+Green+Blue) = 50+101+139=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #32658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32658B is #CD9A74. Grayscale: #595959. Windows color (decimal): -13474421 or 9135410. OLE color: 9135410.

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

Color convert

RGB50101139-
CMYK0.640.2700.45
HSL205.62º47.09%37.06%-
HSV(B)205.62º64.03%54.51%-
XYZ10.6311.8526.15-
YUV90.08155.699.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=17.24%
G=34.83%
B=47.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501011390.640.2700.45205.6247.0937.06
Hex32658B401B02Dce2f25
Octal62145213100330553165745
Binary110010110010110001011100000011011010110111001110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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