Shades of Blue Zodiac #3D4251
Tints of Blue Zodiac #3D4251
RGB
CMYK
RGB Variations
Color information
#3D4251 (or 0x3D4251) is known color: Blue Zodiac. HEX triplet: 3D, 42 and 51. RGB value is (61,66,81). Sum of RGB (Red+Green+Blue) = 61+66+81=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4251 is #C2BDAE. Grayscale: #424242. Windows color (decimal): -12762543 or 5325373. OLE color: 5325373.
HSL color Cylindrical-coordinate representation of color #3D4251: hue angle of 225º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4251 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 61 | 66 | 81 | - |
CMYK | 0.25 | 0.19 | 0 | 0.68 |
HSL | 225º | 0.14% | 0.28% | - |
HSV(B) | 225º | 0.25% | 0.32% | - |
XYZ | 5.36 | 5.48 | 8.56 | - |
YUV | 66.22 | 136.34 | 124.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 66 | 81 | 0.25 | 0.19 | 0 | 0.68 | 225 | 0.14 | 0.28 |
Hex | 3D | 42 | 51 | 19 | 13 | 0 | 44 | E1 | E | 1C |
Octal | 75 | 102 | 121 | 31 | 23 | 0 | 104 | 341 | 16 | 34 |
Binary | 111101 | 1000010 | 1010001 | 11001 | 10011 | 0 | 1000100 | 11100001 | 1110 | 11100 |
Color Harmonies of #3D4251
Complementary color
Monochromatic Colors of #3D4251
Black with #3D4251
Text Example
Text Example
White with #3D4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4251; }
p { color: rgb(61,66,81); }
H1.HeaderClassName
{
color: #3D4251;
}
.AnyTagClassName
{
color: #3D4251;
}
</style>
background-color css
<style>
a { background-color: #3D4251; }
a { background-color: rgb(61,66,81); }
div.DivClassName
{
background-color: #3D4251;
}
.BgClassName
{
background-color: #3D4251;
}
</style>
border-color css
<style>
span { border-color: #3D4251; }
span { border-color: rgb(61,66,81); }
td.TdClassName
{
border-color: #3D4251;
}
.TagClassName
{
border-color: #3D4251;
}
</style>