#32738D

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

Shades of Astral #32738D

Tints of Astral #32738D

Color information

#32738D (or 0x32738D) is unknown color: approx Astral. HEX triplet: 32, 73 and 8D. RGB value is (50,115,141). Sum of RGB (Red+Green+Blue) = 50+115+141=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #32738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32738D is #CD8C72. Grayscale: #626262. Windows color (decimal): -13470835 or 9270066. OLE color: 9270066.

HSL color Cylindrical-coordinate representation of color #32738D: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32738D is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50115141-
CMYK0.650.1800.45
HSL197.14º47.64%37.45%-
HSV(B)197.14º64.54%55.29%-
XYZ12.2514.8627.42-
YUV98.53151.9793.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=16.34%
G=37.58%
B=46.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501151410.650.1800.45197.1447.6437.45
Hex32738D411202Dc53025
Octal62163215101220553056045
Binary110010111001110001101100000110010010110111000101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32738D; }

 p { color: rgb(50,115,141); }

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

<style>
 a { background-color: #32738D; }

 a { background-color: rgb(50,115,141); }

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

<style>
 span { border-color: #32738D; }

 span { border-color: rgb(50,115,141); }

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