Shades of Atomic #384E5A
Tints of Atomic #384E5A
RGB
CMYK
RGB Variations
Color information
#384E5A (or 0x384E5A) is known color: Atomic. HEX triplet: 38, 4E and 5A. RGB value is (56,78,90). Sum of RGB (Red+Green+Blue) = 56+78+90=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 78 (30.86% from 255 or 34.82% 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 #384E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E5A is #C7B1A5. Grayscale: #484848. Windows color (decimal): -13087142 or 5918264. OLE color: 5918264.
HSL color Cylindrical-coordinate representation of color #384E5A: hue angle of 201.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384E5A is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 78 | 90 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.65 |
| HSL | 201.18º | 0.23% | 0.29% | - |
| HSV(B) | 201.18º | 0.38% | 0.35% | - |
| XYZ | 6.2 | 7.03 | 10.7 | - |
| YUV | 72.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 90 | 0.38 | 0.13 | 0 | 0.65 | 201.18 | 0.23 | 0.29 |
| Hex | 38 | 4E | 5A | 26 | D | 0 | 41 | C9 | 17 | 1D |
| Octal | 70 | 116 | 132 | 46 | 15 | 0 | 101 | 311 | 27 | 35 |
| Binary | 111000 | 1001110 | 1011010 | 100110 | 1101 | 0 | 1000001 | 11001001 | 10111 | 11101 |
Color Harmonies of #384E5A
Complementary color
Monochromatic Colors of #384E5A
Black with #384E5A
Text Example
Text Example
White with #384E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E5A; }
p { color: rgb(56,78,90); }
H1.HeaderClassName
{
color: #384E5A;
}
.AnyTagClassName
{
color: #384E5A;
}
</style>
background-color css
<style>
a { background-color: #384E5A; }
a { background-color: rgb(56,78,90); }
div.DivClassName
{
background-color: #384E5A;
}
.BgClassName
{
background-color: #384E5A;
}
</style>
border-color css
<style>
span { border-color: #384E5A; }
span { border-color: rgb(56,78,90); }
td.TdClassName
{
border-color: #384E5A;
}
.TagClassName
{
border-color: #384E5A;
}
</style>