Shades of Blue Zodiac #3D4258
Tints of Blue Zodiac #3D4258
RGB
CMYK
RGB Variations
Color information
#3D4258 (or 0x3D4258) is known color: Blue Zodiac. HEX triplet: 3D, 42 and 58. RGB value is (61,66,88). Sum of RGB (Red+Green+Blue) = 61+66+88=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4258 is #C2BDA7. Grayscale: #424242. Windows color (decimal): -12762536 or 5784125. OLE color: 5784125.
HSL color Cylindrical-coordinate representation of color #3D4258: hue angle of 228.89º 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 #3D4258 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 66 | 88 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.65 |
| HSL | 228.89º | 0.18% | 0.29% | - |
| HSV(B) | 228.89º | 0.31% | 0.35% | - |
| XYZ | 5.63 | 5.59 | 10.02 | - |
| YUV | 67.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 88 | 0.31 | 0.25 | 0 | 0.65 | 228.89 | 0.18 | 0.29 |
| Hex | 3D | 42 | 58 | 1F | 19 | 0 | 41 | E5 | 12 | 1D |
| Octal | 75 | 102 | 130 | 37 | 31 | 0 | 101 | 345 | 22 | 35 |
| Binary | 111101 | 1000010 | 1011000 | 11111 | 11001 | 0 | 1000001 | 11100101 | 10010 | 11101 |
Color Harmonies of #3D4258
Complementary color
Monochromatic Colors of #3D4258
Black with #3D4258
Text Example
Text Example
White with #3D4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4258; }
p { color: rgb(61,66,88); }
H1.HeaderClassName
{
color: #3D4258;
}
.AnyTagClassName
{
color: #3D4258;
}
</style>
background-color css
<style>
a { background-color: #3D4258; }
a { background-color: rgb(61,66,88); }
div.DivClassName
{
background-color: #3D4258;
}
.BgClassName
{
background-color: #3D4258;
}
</style>
border-color css
<style>
span { border-color: #3D4258; }
span { border-color: rgb(61,66,88); }
td.TdClassName
{
border-color: #3D4258;
}
.TagClassName
{
border-color: #3D4258;
}
</style>