Shades of Blue Zodiac #3D404C
Tints of Blue Zodiac #3D404C
RGB
CMYK
RGB Variations
Color information
#3D404C (or 0x3D404C) is known color: Blue Zodiac. HEX triplet: 3D, 40 and 4C. RGB value is (61,64,76). Sum of RGB (Red+Green+Blue) = 61+64+76=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D404C is #C2BFB3. Grayscale: #404040. Windows color (decimal): -12763060 or 4997181. OLE color: 4997181.
HSL color Cylindrical-coordinate representation of color #3D404C: hue angle of 228º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D404C is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 64 | 76 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.70 |
| HSL | 228º | 0.11% | 0.27% | - |
| HSV(B) | 228º | 0.2% | 0.3% | - |
| XYZ | 5.06 | 5.18 | 7.57 | - |
| YUV | 64.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 76 | 0.20 | 0.16 | 0 | 0.70 | 228 | 0.11 | 0.27 |
| Hex | 3D | 40 | 4C | 14 | 10 | 0 | 46 | E4 | B | 1B |
| Octal | 75 | 100 | 114 | 24 | 20 | 0 | 106 | 344 | 13 | 33 |
| Binary | 111101 | 1000000 | 1001100 | 10100 | 10000 | 0 | 1000110 | 11100100 | 1011 | 11011 |
Color Harmonies of #3D404C
Complementary color
Monochromatic Colors of #3D404C
Black with #3D404C
Text Example
Text Example
White with #3D404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D404C; }
p { color: rgb(61,64,76); }
H1.HeaderClassName
{
color: #3D404C;
}
.AnyTagClassName
{
color: #3D404C;
}
</style>
background-color css
<style>
a { background-color: #3D404C; }
a { background-color: rgb(61,64,76); }
div.DivClassName
{
background-color: #3D404C;
}
.BgClassName
{
background-color: #3D404C;
}
</style>
border-color css
<style>
span { border-color: #3D404C; }
span { border-color: rgb(61,64,76); }
td.TdClassName
{
border-color: #3D404C;
}
.TagClassName
{
border-color: #3D404C;
}
</style>