Shades of Astral #347888
Tints of Astral #347888
RGB
CMYK
RGB Variations
Color information
#347888 (or 0x347888) is known color: Astral. HEX triplet: 34, 78 and 88. RGB value is (52,120,136). Sum of RGB (Red+Green+Blue) = 52+120+136=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #347888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347888 is #CB8777. Grayscale: #656565. Windows color (decimal): -13338488 or 8943668. OLE color: 8943668.
HSL color Cylindrical-coordinate representation of color #347888: hue angle of 191.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347888 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 120 | 136 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.47 |
| HSL | 191.43º | 0.45% | 0.37% | - |
| HSV(B) | 191.43º | 0.62% | 0.53% | - |
| XYZ | 12.58 | 15.94 | 25.71 | - |
| YUV | 101.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 136 | 0.62 | 0.12 | 0 | 0.47 | 191.43 | 0.45 | 0.37 |
| Hex | 34 | 78 | 88 | 3E | C | 0 | 2F | BF | 2D | 25 |
| Octal | 64 | 170 | 210 | 76 | 14 | 0 | 57 | 277 | 55 | 45 |
| Binary | 110100 | 1111000 | 10001000 | 111110 | 1100 | 0 | 101111 | 10111111 | 101101 | 100101 |
Color Harmonies of #347888
Complementary color
Monochromatic Colors of #347888
Black with #347888
Text Example
Text Example
White with #347888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347888; }
p { color: rgb(52,120,136); }
H1.HeaderClassName
{
color: #347888;
}
.AnyTagClassName
{
color: #347888;
}
</style>
background-color css
<style>
a { background-color: #347888; }
a { background-color: rgb(52,120,136); }
div.DivClassName
{
background-color: #347888;
}
.BgClassName
{
background-color: #347888;
}
</style>
border-color css
<style>
span { border-color: #347888; }
span { border-color: rgb(52,120,136); }
td.TdClassName
{
border-color: #347888;
}
.TagClassName
{
border-color: #347888;
}
</style>