Shades of Astral #33758F
Tints of Astral #33758F
RGB
CMYK
RGB Variations
Color information
#33758F (or 0x33758F) is known color: Astral. HEX triplet: 33, 75 and 8F. RGB value is (51,117,143). Sum of RGB (Red+Green+Blue) = 51+117+143=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #33758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33758F is #CC8A70. Grayscale: #646464. Windows color (decimal): -13404785 or 9401651. OLE color: 9401651.
HSL color Cylindrical-coordinate representation of color #33758F: hue angle of 196.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33758F is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 117 | 143 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.44 |
| HSL | 196.96º | 0.47% | 0.38% | - |
| HSV(B) | 196.96º | 0.64% | 0.56% | - |
| XYZ | 12.68 | 15.41 | 28.29 | - |
| YUV | 100.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 143 | 0.64 | 0.18 | 0 | 0.44 | 196.96 | 0.47 | 0.38 |
| Hex | 33 | 75 | 8F | 40 | 12 | 0 | 2C | C5 | 2F | 26 |
| Octal | 63 | 165 | 217 | 100 | 22 | 0 | 54 | 305 | 57 | 46 |
| Binary | 110011 | 1110101 | 10001111 | 1000000 | 10010 | 0 | 101100 | 11000101 | 101111 | 100110 |
Color Harmonies of #33758F
Complementary color
Monochromatic Colors of #33758F
Black with #33758F
Text Example
Text Example
White with #33758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33758F; }
p { color: rgb(51,117,143); }
H1.HeaderClassName
{
color: #33758F;
}
.AnyTagClassName
{
color: #33758F;
}
</style>
background-color css
<style>
a { background-color: #33758F; }
a { background-color: rgb(51,117,143); }
div.DivClassName
{
background-color: #33758F;
}
.BgClassName
{
background-color: #33758F;
}
</style>
border-color css
<style>
span { border-color: #33758F; }
span { border-color: rgb(51,117,143); }
td.TdClassName
{
border-color: #33758F;
}
.TagClassName
{
border-color: #33758F;
}
</style>