Shades of Cloud Burst #3B414C
Tints of Cloud Burst #3B414C
RGB
CMYK
RGB Variations
Color information
#3B414C (or 0x3B414C) is known color: Cloud Burst. HEX triplet: 3B, 41 and 4C. RGB value is (59,65,76). Sum of RGB (Red+Green+Blue) = 59+65+76=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B414C is #C4BEB3. Grayscale: #404040. Windows color (decimal): -12893876 or 4997435. OLE color: 4997435.
HSL color Cylindrical-coordinate representation of color #3B414C: hue angle of 218.82º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B414C is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 65 | 76 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.70 |
| HSL | 218.82º | 0.13% | 0.26% | - |
| HSV(B) | 218.82º | 0.22% | 0.3% | - |
| XYZ | 5 | 5.23 | 7.58 | - |
| YUV | 64.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 76 | 0.22 | 0.14 | 0 | 0.70 | 218.82 | 0.13 | 0.26 |
| Hex | 3B | 41 | 4C | 16 | E | 0 | 46 | DB | D | 1A |
| Octal | 73 | 101 | 114 | 26 | 16 | 0 | 106 | 333 | 15 | 32 |
| Binary | 111011 | 1000001 | 1001100 | 10110 | 1110 | 0 | 1000110 | 11011011 | 1101 | 11010 |
Color Harmonies of #3B414C
Complementary color
Monochromatic Colors of #3B414C
Black with #3B414C
Text Example
Text Example
White with #3B414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B414C; }
p { color: rgb(59,65,76); }
H1.HeaderClassName
{
color: #3B414C;
}
.AnyTagClassName
{
color: #3B414C;
}
</style>
background-color css
<style>
a { background-color: #3B414C; }
a { background-color: rgb(59,65,76); }
div.DivClassName
{
background-color: #3B414C;
}
.BgClassName
{
background-color: #3B414C;
}
</style>
border-color css
<style>
span { border-color: #3B414C; }
span { border-color: rgb(59,65,76); }
td.TdClassName
{
border-color: #3B414C;
}
.TagClassName
{
border-color: #3B414C;
}
</style>