Shades of Astral #32748A
Tints of Astral #32748A
RGB
CMYK
RGB Variations
Color information
#32748A (or 0x32748A) is known color: Astral. HEX triplet: 32, 74 and 8A. RGB value is (50,116,138). Sum of RGB (Red+Green+Blue) = 50+116+138=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #32748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32748A is #CD8B75. Grayscale: #626262. Windows color (decimal): -13470582 or 9073714. OLE color: 9073714.
HSL color Cylindrical-coordinate representation of color #32748A: hue angle of 195º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32748A is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 116 | 138 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.46 |
| HSL | 195º | 0.47% | 0.37% | - |
| HSV(B) | 195º | 0.64% | 0.54% | - |
| XYZ | 12.15 | 15 | 26.3 | - |
| YUV | 98.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 138 | 0.64 | 0.16 | 0 | 0.46 | 195 | 0.47 | 0.37 |
| Hex | 32 | 74 | 8A | 40 | 10 | 0 | 2E | C3 | 2F | 25 |
| Octal | 62 | 164 | 212 | 100 | 20 | 0 | 56 | 303 | 57 | 45 |
| Binary | 110010 | 1110100 | 10001010 | 1000000 | 10000 | 0 | 101110 | 11000011 | 101111 | 100101 |
Color Harmonies of #32748A
Complementary color
Monochromatic Colors of #32748A
Black with #32748A
Text Example
Text Example
White with #32748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32748A; }
p { color: rgb(50,116,138); }
H1.HeaderClassName
{
color: #32748A;
}
.AnyTagClassName
{
color: #32748A;
}
</style>
background-color css
<style>
a { background-color: #32748A; }
a { background-color: rgb(50,116,138); }
div.DivClassName
{
background-color: #32748A;
}
.BgClassName
{
background-color: #32748A;
}
</style>
border-color css
<style>
span { border-color: #32748A; }
span { border-color: rgb(50,116,138); }
td.TdClassName
{
border-color: #32748A;
}
.TagClassName
{
border-color: #32748A;
}
</style>