Shades of Astral #336F93
Tints of Astral #336F93
RGB
CMYK
RGB Variations
Color information
#336F93 (or 0x336F93) is known color: Astral. HEX triplet: 33, 6F and 93. RGB value is (51,111,147). Sum of RGB (Red+Green+Blue) = 51+111+147=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #336F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F93 is #CC906C. Grayscale: #606060. Windows color (decimal): -13406317 or 9662259. OLE color: 9662259.
HSL color Cylindrical-coordinate representation of color #336F93: hue angle of 202.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336F93 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 111 | 147 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.42 |
| HSL | 202.5º | 0.48% | 0.39% | - |
| HSV(B) | 202.5º | 0.65% | 0.58% | - |
| XYZ | 12.32 | 14.18 | 29.69 | - |
| YUV | 97.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 147 | 0.65 | 0.24 | 0 | 0.42 | 202.5 | 0.48 | 0.39 |
| Hex | 33 | 6F | 93 | 41 | 18 | 0 | 2A | CA | 30 | 27 |
| Octal | 63 | 157 | 223 | 101 | 30 | 0 | 52 | 312 | 60 | 47 |
| Binary | 110011 | 1101111 | 10010011 | 1000001 | 11000 | 0 | 101010 | 11001010 | 110000 | 100111 |
Color Harmonies of #336F93
Complementary color
Monochromatic Colors of #336F93
Black with #336F93
Text Example
Text Example
White with #336F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F93; }
p { color: rgb(51,111,147); }
H1.HeaderClassName
{
color: #336F93;
}
.AnyTagClassName
{
color: #336F93;
}
</style>
background-color css
<style>
a { background-color: #336F93; }
a { background-color: rgb(51,111,147); }
div.DivClassName
{
background-color: #336F93;
}
.BgClassName
{
background-color: #336F93;
}
</style>
border-color css
<style>
span { border-color: #336F93; }
span { border-color: rgb(51,111,147); }
td.TdClassName
{
border-color: #336F93;
}
.TagClassName
{
border-color: #336F93;
}
</style>