Shades of Blue Zodiac #3D4558
Tints of Blue Zodiac #3D4558
RGB
CMYK
RGB Variations
Color information
#3D4558 (or 0x3D4558) is known color: Blue Zodiac. HEX triplet: 3D, 45 and 58. RGB value is (61,69,88). Sum of RGB (Red+Green+Blue) = 61+69+88=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4558 is #C2BAA7. Grayscale: #444444. Windows color (decimal): -12761768 or 5784893. OLE color: 5784893.
HSL color Cylindrical-coordinate representation of color #3D4558: hue angle of 222.22º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4558 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 69 | 88 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.65 |
| HSL | 222.22º | 0.18% | 0.29% | - |
| HSV(B) | 222.22º | 0.31% | 0.35% | - |
| XYZ | 5.81 | 5.95 | 10.08 | - |
| YUV | 68.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 88 | 0.31 | 0.22 | 0 | 0.65 | 222.22 | 0.18 | 0.29 |
| Hex | 3D | 45 | 58 | 1F | 16 | 0 | 41 | DE | 12 | 1D |
| Octal | 75 | 105 | 130 | 37 | 26 | 0 | 101 | 336 | 22 | 35 |
| Binary | 111101 | 1000101 | 1011000 | 11111 | 10110 | 0 | 1000001 | 11011110 | 10010 | 11101 |
Color Harmonies of #3D4558
Complementary color
Monochromatic Colors of #3D4558
Black with #3D4558
Text Example
Text Example
White with #3D4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4558; }
p { color: rgb(61,69,88); }
H1.HeaderClassName
{
color: #3D4558;
}
.AnyTagClassName
{
color: #3D4558;
}
</style>
background-color css
<style>
a { background-color: #3D4558; }
a { background-color: rgb(61,69,88); }
div.DivClassName
{
background-color: #3D4558;
}
.BgClassName
{
background-color: #3D4558;
}
</style>
border-color css
<style>
span { border-color: #3D4558; }
span { border-color: rgb(61,69,88); }
td.TdClassName
{
border-color: #3D4558;
}
.TagClassName
{
border-color: #3D4558;
}
</style>