Shades of Blue Dianne #3A5852
Tints of Blue Dianne #3A5852
RGB
CMYK
RGB Variations
Color information
#3A5852 (or 0x3A5852) is known color: Blue Dianne. HEX triplet: 3A, 58 and 52. RGB value is (58,88,82). Sum of RGB (Red+Green+Blue) = 58+88+82=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5852 is #C5A7AD. Grayscale: #4E4E4E. Windows color (decimal): -12953518 or 5396538. OLE color: 5396538.
HSL color Cylindrical-coordinate representation of color #3A5852: hue angle of 168º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A5852 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 82 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.65 |
| HSL | 168º | 0.21% | 0.29% | - |
| HSV(B) | 168º | 0.34% | 0.35% | - |
| XYZ | 6.76 | 8.49 | 9.26 | - |
| YUV | 78.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 82 | 0.34 | 0 | 0.07 | 0.65 | 168 | 0.21 | 0.29 |
| Hex | 3A | 58 | 52 | 22 | 0 | 7 | 41 | A8 | 15 | 1D |
| Octal | 72 | 130 | 122 | 42 | 0 | 7 | 101 | 250 | 25 | 35 |
| Binary | 111010 | 1011000 | 1010010 | 100010 | 0 | 111 | 1000001 | 10101000 | 10101 | 11101 |
Color Harmonies of #3A5852
Complementary color
Monochromatic Colors of #3A5852
Black with #3A5852
Text Example
Text Example
White with #3A5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5852; }
p { color: rgb(58,88,82); }
H1.HeaderClassName
{
color: #3A5852;
}
.AnyTagClassName
{
color: #3A5852;
}
</style>
background-color css
<style>
a { background-color: #3A5852; }
a { background-color: rgb(58,88,82); }
div.DivClassName
{
background-color: #3A5852;
}
.BgClassName
{
background-color: #3A5852;
}
</style>
border-color css
<style>
span { border-color: #3A5852; }
span { border-color: rgb(58,88,82); }
td.TdClassName
{
border-color: #3A5852;
}
.TagClassName
{
border-color: #3A5852;
}
</style>