Shades of Astral #33738C
Tints of Astral #33738C
RGB
CMYK
RGB Variations
Color information
#33738C (or 0x33738C) is known color: Astral. HEX triplet: 33, 73 and 8C. RGB value is (51,115,140). Sum of RGB (Red+Green+Blue) = 51+115+140=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #33738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33738C is #CC8C73. Grayscale: #626262. Windows color (decimal): -13405300 or 9204531. OLE color: 9204531.
HSL color Cylindrical-coordinate representation of color #33738C: hue angle of 196.85º 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 #33738C is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 115 | 140 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.45 |
| HSL | 196.85º | 0.47% | 0.37% | - |
| HSV(B) | 196.85º | 0.64% | 0.55% | - |
| XYZ | 12.23 | 14.86 | 27.03 | - |
| YUV | 98.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 140 | 0.64 | 0.18 | 0 | 0.45 | 196.85 | 0.47 | 0.37 |
| Hex | 33 | 73 | 8C | 40 | 12 | 0 | 2D | C5 | 2F | 25 |
| Octal | 63 | 163 | 214 | 100 | 22 | 0 | 55 | 305 | 57 | 45 |
| Binary | 110011 | 1110011 | 10001100 | 1000000 | 10010 | 0 | 101101 | 11000101 | 101111 | 100101 |
Color Harmonies of #33738C
Complementary color
Monochromatic Colors of #33738C
Black with #33738C
Text Example
Text Example
White with #33738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33738C; }
p { color: rgb(51,115,140); }
H1.HeaderClassName
{
color: #33738C;
}
.AnyTagClassName
{
color: #33738C;
}
</style>
background-color css
<style>
a { background-color: #33738C; }
a { background-color: rgb(51,115,140); }
div.DivClassName
{
background-color: #33738C;
}
.BgClassName
{
background-color: #33738C;
}
</style>
border-color css
<style>
span { border-color: #33738C; }
span { border-color: rgb(51,115,140); }
td.TdClassName
{
border-color: #33738C;
}
.TagClassName
{
border-color: #33738C;
}
</style>