Shades of Cloud Burst #3A414B
Tints of Cloud Burst #3A414B
RGB
CMYK
RGB Variations
Color information
#3A414B (or 0x3A414B) is known color: Cloud Burst. HEX triplet: 3A, 41 and 4B. RGB value is (58,65,75). Sum of RGB (Red+Green+Blue) = 58+65+75=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A414B is #C5BEB4. Grayscale: #404040. Windows color (decimal): -12959413 or 4931898. OLE color: 4931898.
HSL color Cylindrical-coordinate representation of color #3A414B: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A414B is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 65 | 75 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.71 |
| HSL | 215.29º | 0.13% | 0.26% | - |
| HSV(B) | 215.29º | 0.23% | 0.29% | - |
| XYZ | 4.91 | 5.19 | 7.4 | - |
| YUV | 64.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 75 | 0.23 | 0.13 | 0 | 0.71 | 215.29 | 0.13 | 0.26 |
| Hex | 3A | 41 | 4B | 17 | D | 0 | 47 | D7 | D | 1A |
| Octal | 72 | 101 | 113 | 27 | 15 | 0 | 107 | 327 | 15 | 32 |
| Binary | 111010 | 1000001 | 1001011 | 10111 | 1101 | 0 | 1000111 | 11010111 | 1101 | 11010 |
Color Harmonies of #3A414B
Complementary color
Monochromatic Colors of #3A414B
Black with #3A414B
Text Example
Text Example
White with #3A414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A414B; }
p { color: rgb(58,65,75); }
H1.HeaderClassName
{
color: #3A414B;
}
.AnyTagClassName
{
color: #3A414B;
}
</style>
background-color css
<style>
a { background-color: #3A414B; }
a { background-color: rgb(58,65,75); }
div.DivClassName
{
background-color: #3A414B;
}
.BgClassName
{
background-color: #3A414B;
}
</style>
border-color css
<style>
span { border-color: #3A414B; }
span { border-color: rgb(58,65,75); }
td.TdClassName
{
border-color: #3A414B;
}
.TagClassName
{
border-color: #3A414B;
}
</style>