Shades of Atomic #374F5B
Tints of Atomic #374F5B
RGB
CMYK
RGB Variations
Color information
#374F5B (or 0x374F5B) is known color: Atomic. HEX triplet: 37, 4F and 5B. RGB value is (55,79,91). Sum of RGB (Red+Green+Blue) = 55+79+91=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #374F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F5B is #C8B0A4. Grayscale: #494949. Windows color (decimal): -13152421 or 5984055. OLE color: 5984055.
HSL color Cylindrical-coordinate representation of color #374F5B: hue angle of 200º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374F5B is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 79 | 91 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.64 |
| HSL | 200º | 0.25% | 0.29% | - |
| HSV(B) | 200º | 0.4% | 0.36% | - |
| XYZ | 6.26 | 7.16 | 10.95 | - |
| YUV | 73.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 91 | 0.40 | 0.13 | 0 | 0.64 | 200 | 0.25 | 0.29 |
| Hex | 37 | 4F | 5B | 28 | D | 0 | 40 | C8 | 19 | 1D |
| Octal | 67 | 117 | 133 | 50 | 15 | 0 | 100 | 310 | 31 | 35 |
| Binary | 110111 | 1001111 | 1011011 | 101000 | 1101 | 0 | 1000000 | 11001000 | 11001 | 11101 |
Color Harmonies of #374F5B
Complementary color
Monochromatic Colors of #374F5B
Black with #374F5B
Text Example
Text Example
White with #374F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F5B; }
p { color: rgb(55,79,91); }
H1.HeaderClassName
{
color: #374F5B;
}
.AnyTagClassName
{
color: #374F5B;
}
</style>
background-color css
<style>
a { background-color: #374F5B; }
a { background-color: rgb(55,79,91); }
div.DivClassName
{
background-color: #374F5B;
}
.BgClassName
{
background-color: #374F5B;
}
</style>
border-color css
<style>
span { border-color: #374F5B; }
span { border-color: rgb(55,79,91); }
td.TdClassName
{
border-color: #374F5B;
}
.TagClassName
{
border-color: #374F5B;
}
</style>