Shades of Astral #32678C
Tints of Astral #32678C
RGB
CMYK
RGB Variations
Color information
#32678C (or 0x32678C) is known color: Astral. HEX triplet: 32, 67 and 8C. RGB value is (50,103,140). Sum of RGB (Red+Green+Blue) = 50+103+140=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #32678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32678C is #CD9873. Grayscale: #5B5B5B. Windows color (decimal): -13473908 or 9201458. OLE color: 9201458.
HSL color Cylindrical-coordinate representation of color #32678C: hue angle of 204.67º 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 #32678C is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 103 | 140 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.45 |
| HSL | 204.67º | 0.47% | 0.37% | - |
| HSV(B) | 204.67º | 0.64% | 0.55% | - |
| XYZ | 10.9 | 12.27 | 26.61 | - |
| YUV | 91.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 140 | 0.64 | 0.26 | 0 | 0.45 | 204.67 | 0.47 | 0.37 |
| Hex | 32 | 67 | 8C | 40 | 1A | 0 | 2D | CD | 2F | 25 |
| Octal | 62 | 147 | 214 | 100 | 32 | 0 | 55 | 315 | 57 | 45 |
| Binary | 110010 | 1100111 | 10001100 | 1000000 | 11010 | 0 | 101101 | 11001101 | 101111 | 100101 |
Color Harmonies of #32678C
Complementary color
Monochromatic Colors of #32678C
Black with #32678C
Text Example
Text Example
White with #32678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32678C; }
p { color: rgb(50,103,140); }
H1.HeaderClassName
{
color: #32678C;
}
.AnyTagClassName
{
color: #32678C;
}
</style>
background-color css
<style>
a { background-color: #32678C; }
a { background-color: rgb(50,103,140); }
div.DivClassName
{
background-color: #32678C;
}
.BgClassName
{
background-color: #32678C;
}
</style>
border-color css
<style>
span { border-color: #32678C; }
span { border-color: rgb(50,103,140); }
td.TdClassName
{
border-color: #32678C;
}
.TagClassName
{
border-color: #32678C;
}
</style>