Shades of Blue Zodiac #3A3D53
Tints of Blue Zodiac #3A3D53
RGB
CMYK
RGB Variations
Color information
#3A3D53 (or 0x3A3D53) is known color: Blue Zodiac. HEX triplet: 3A, 3D and 53. RGB value is (58,61,83). Sum of RGB (Red+Green+Blue) = 58+61+83=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3D53 is #C5C2AC. Grayscale: #3E3E3E. Windows color (decimal): -12960429 or 5455162. OLE color: 5455162.
HSL color Cylindrical-coordinate representation of color #3A3D53: hue angle of 232.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A3D53 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 61 | 83 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.67 |
| HSL | 232.8º | 0.18% | 0.28% | - |
| HSV(B) | 232.8º | 0.3% | 0.33% | - |
| XYZ | 4.97 | 4.86 | 8.86 | - |
| YUV | 62.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 83 | 0.30 | 0.27 | 0 | 0.67 | 232.8 | 0.18 | 0.28 |
| Hex | 3A | 3D | 53 | 1E | 1B | 0 | 43 | E9 | 12 | 1C |
| Octal | 72 | 75 | 123 | 36 | 33 | 0 | 103 | 351 | 22 | 34 |
| Binary | 111010 | 111101 | 1010011 | 11110 | 11011 | 0 | 1000011 | 11101001 | 10010 | 11100 |
Color Harmonies of #3A3D53
Complementary color
Monochromatic Colors of #3A3D53
Black with #3A3D53
Text Example
Text Example
White with #3A3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D53; }
p { color: rgb(58,61,83); }
H1.HeaderClassName
{
color: #3A3D53;
}
.AnyTagClassName
{
color: #3A3D53;
}
</style>
background-color css
<style>
a { background-color: #3A3D53; }
a { background-color: rgb(58,61,83); }
div.DivClassName
{
background-color: #3A3D53;
}
.BgClassName
{
background-color: #3A3D53;
}
</style>
border-color css
<style>
span { border-color: #3A3D53; }
span { border-color: rgb(58,61,83); }
td.TdClassName
{
border-color: #3A3D53;
}
.TagClassName
{
border-color: #3A3D53;
}
</style>