Shades of Atomic #364F5B
Tints of Atomic #364F5B
RGB
CMYK
RGB Variations
Color information
#364F5B (or 0x364F5B) is known color: Atomic. HEX triplet: 36, 4F and 5B. RGB value is (54,79,91). Sum of RGB (Red+Green+Blue) = 54+79+91=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #364F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F5B is #C9B0A4. Grayscale: #484848. Windows color (decimal): -13217957 or 5984054. OLE color: 5984054.
HSL color Cylindrical-coordinate representation of color #364F5B: hue angle of 199.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364F5B is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 79 | 91 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.64 |
| HSL | 199.46º | 0.26% | 0.28% | - |
| HSV(B) | 199.46º | 0.41% | 0.36% | - |
| XYZ | 6.21 | 7.13 | 10.95 | - |
| YUV | 72.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 91 | 0.41 | 0.13 | 0 | 0.64 | 199.46 | 0.26 | 0.28 |
| Hex | 36 | 4F | 5B | 29 | D | 0 | 40 | C7 | 1A | 1C |
| Octal | 66 | 117 | 133 | 51 | 15 | 0 | 100 | 307 | 32 | 34 |
| Binary | 110110 | 1001111 | 1011011 | 101001 | 1101 | 0 | 1000000 | 11000111 | 11010 | 11100 |
Color Harmonies of #364F5B
Complementary color
Monochromatic Colors of #364F5B
Black with #364F5B
Text Example
Text Example
White with #364F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F5B; }
p { color: rgb(54,79,91); }
H1.HeaderClassName
{
color: #364F5B;
}
.AnyTagClassName
{
color: #364F5B;
}
</style>
background-color css
<style>
a { background-color: #364F5B; }
a { background-color: rgb(54,79,91); }
div.DivClassName
{
background-color: #364F5B;
}
.BgClassName
{
background-color: #364F5B;
}
</style>
border-color css
<style>
span { border-color: #364F5B; }
span { border-color: rgb(54,79,91); }
td.TdClassName
{
border-color: #364F5B;
}
.TagClassName
{
border-color: #364F5B;
}
</style>