Shades of Astral #33727F
Tints of Astral #33727F
RGB
CMYK
RGB Variations
Color information
#33727F (or 0x33727F) is known color: Astral. HEX triplet: 33, 72 and 7F. RGB value is (51,114,127). Sum of RGB (Red+Green+Blue) = 51+114+127=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #33727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33727F is #CC8D80. Grayscale: #606060. Windows color (decimal): -13405569 or 8352307. OLE color: 8352307.
HSL color Cylindrical-coordinate representation of color #33727F: hue angle of 190.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33727F is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 114 | 127 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.50 |
| HSL | 190.26º | 0.43% | 0.35% | - |
| HSV(B) | 190.26º | 0.6% | 0.5% | - |
| XYZ | 11.21 | 14.27 | 22.24 | - |
| YUV | 96.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 127 | 0.60 | 0.10 | 0 | 0.50 | 190.26 | 0.43 | 0.35 |
| Hex | 33 | 72 | 7F | 3C | A | 0 | 32 | BE | 2B | 23 |
| Octal | 63 | 162 | 177 | 74 | 12 | 0 | 62 | 276 | 53 | 43 |
| Binary | 110011 | 1110010 | 1111111 | 111100 | 1010 | 0 | 110010 | 10111110 | 101011 | 100011 |
Color Harmonies of #33727F
Complementary color
Monochromatic Colors of #33727F
Black with #33727F
Text Example
Text Example
White with #33727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33727F; }
p { color: rgb(51,114,127); }
H1.HeaderClassName
{
color: #33727F;
}
.AnyTagClassName
{
color: #33727F;
}
</style>
background-color css
<style>
a { background-color: #33727F; }
a { background-color: rgb(51,114,127); }
div.DivClassName
{
background-color: #33727F;
}
.BgClassName
{
background-color: #33727F;
}
</style>
border-color css
<style>
span { border-color: #33727F; }
span { border-color: rgb(51,114,127); }
td.TdClassName
{
border-color: #33727F;
}
.TagClassName
{
border-color: #33727F;
}
</style>