Shades of Atomic #314754
Tints of Atomic #314754
RGB
CMYK
RGB Variations
Color information
#314754 (or 0x314754) is known color: Atomic. HEX triplet: 31, 47 and 54. RGB value is (49,71,84). Sum of RGB (Red+Green+Blue) = 49+71+84=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #314754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314754 is #CEB8AB. Grayscale: #414141. Windows color (decimal): -13547692 or 5523249. OLE color: 5523249.
HSL color Cylindrical-coordinate representation of color #314754: hue angle of 202.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314754 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 71 | 84 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.67 |
| HSL | 202.29º | 0.26% | 0.26% | - |
| HSV(B) | 202.29º | 0.42% | 0.33% | - |
| XYZ | 5.12 | 5.8 | 9.24 | - |
| YUV | 65.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 84 | 0.42 | 0.15 | 0 | 0.67 | 202.29 | 0.26 | 0.26 |
| Hex | 31 | 47 | 54 | 2A | F | 0 | 43 | CA | 1A | 1A |
| Octal | 61 | 107 | 124 | 52 | 17 | 0 | 103 | 312 | 32 | 32 |
| Binary | 110001 | 1000111 | 1010100 | 101010 | 1111 | 0 | 1000011 | 11001010 | 11010 | 11010 |
Color Harmonies of #314754
Complementary color
Monochromatic Colors of #314754
Black with #314754
Text Example
Text Example
White with #314754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314754; }
p { color: rgb(49,71,84); }
H1.HeaderClassName
{
color: #314754;
}
.AnyTagClassName
{
color: #314754;
}
</style>
background-color css
<style>
a { background-color: #314754; }
a { background-color: rgb(49,71,84); }
div.DivClassName
{
background-color: #314754;
}
.BgClassName
{
background-color: #314754;
}
</style>
border-color css
<style>
span { border-color: #314754; }
span { border-color: rgb(49,71,84); }
td.TdClassName
{
border-color: #314754;
}
.TagClassName
{
border-color: #314754;
}
</style>