Shades of Atomic #374F5A
Tints of Atomic #374F5A
RGB
CMYK
RGB Variations
Color information
#374F5A (or 0x374F5A) is known color: Atomic. HEX triplet: 37, 4F and 5A. RGB value is (55,79,90). Sum of RGB (Red+Green+Blue) = 55+79+90=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #374F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F5A is #C8B0A5. Grayscale: #494949. Windows color (decimal): -13152422 or 5918519. OLE color: 5918519.
HSL color Cylindrical-coordinate representation of color #374F5A: hue angle of 198.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #374F5A is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 79 | 90 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.65 |
| HSL | 198.86º | 0.24% | 0.28% | - |
| HSV(B) | 198.86º | 0.39% | 0.35% | - |
| XYZ | 6.22 | 7.14 | 10.72 | - |
| YUV | 73.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 90 | 0.39 | 0.12 | 0 | 0.65 | 198.86 | 0.24 | 0.28 |
| Hex | 37 | 4F | 5A | 27 | C | 0 | 41 | C7 | 18 | 1C |
| Octal | 67 | 117 | 132 | 47 | 14 | 0 | 101 | 307 | 30 | 34 |
| Binary | 110111 | 1001111 | 1011010 | 100111 | 1100 | 0 | 1000001 | 11000111 | 11000 | 11100 |
Color Harmonies of #374F5A
Complementary color
Monochromatic Colors of #374F5A
Black with #374F5A
Text Example
Text Example
White with #374F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F5A; }
p { color: rgb(55,79,90); }
H1.HeaderClassName
{
color: #374F5A;
}
.AnyTagClassName
{
color: #374F5A;
}
</style>
background-color css
<style>
a { background-color: #374F5A; }
a { background-color: rgb(55,79,90); }
div.DivClassName
{
background-color: #374F5A;
}
.BgClassName
{
background-color: #374F5A;
}
</style>
border-color css
<style>
span { border-color: #374F5A; }
span { border-color: rgb(55,79,90); }
td.TdClassName
{
border-color: #374F5A;
}
.TagClassName
{
border-color: #374F5A;
}
</style>