Shades of Astral #33748A
Tints of Astral #33748A
RGB
CMYK
RGB Variations
Color information
#33748A (or 0x33748A) is known color: Astral. HEX triplet: 33, 74 and 8A. RGB value is (51,116,138). Sum of RGB (Red+Green+Blue) = 51+116+138=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #33748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33748A is #CC8B75. Grayscale: #626262. Windows color (decimal): -13405046 or 9073715. OLE color: 9073715.
HSL color Cylindrical-coordinate representation of color #33748A: hue angle of 195.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33748A is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 116 | 138 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.46 |
| HSL | 195.17º | 0.46% | 0.37% | - |
| HSV(B) | 195.17º | 0.63% | 0.54% | - |
| XYZ | 12.2 | 15.03 | 26.3 | - |
| YUV | 99.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 138 | 0.63 | 0.16 | 0 | 0.46 | 195.17 | 0.46 | 0.37 |
| Hex | 33 | 74 | 8A | 3F | 10 | 0 | 2E | C3 | 2E | 25 |
| Octal | 63 | 164 | 212 | 77 | 20 | 0 | 56 | 303 | 56 | 45 |
| Binary | 110011 | 1110100 | 10001010 | 111111 | 10000 | 0 | 101110 | 11000011 | 101110 | 100101 |
Color Harmonies of #33748A
Complementary color
Monochromatic Colors of #33748A
Black with #33748A
Text Example
Text Example
White with #33748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33748A; }
p { color: rgb(51,116,138); }
H1.HeaderClassName
{
color: #33748A;
}
.AnyTagClassName
{
color: #33748A;
}
</style>
background-color css
<style>
a { background-color: #33748A; }
a { background-color: rgb(51,116,138); }
div.DivClassName
{
background-color: #33748A;
}
.BgClassName
{
background-color: #33748A;
}
</style>
border-color css
<style>
span { border-color: #33748A; }
span { border-color: rgb(51,116,138); }
td.TdClassName
{
border-color: #33748A;
}
.TagClassName
{
border-color: #33748A;
}
</style>