Shades of Blue Zodiac #3F455D
Tints of Blue Zodiac #3F455D
RGB
CMYK
RGB Variations
Color information
#3F455D (or 0x3F455D) is known color: Blue Zodiac. HEX triplet: 3F, 45 and 5D. RGB value is (63,69,93). Sum of RGB (Red+Green+Blue) = 63+69+93=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F455D is #C0BAA2. Grayscale: #454545. Windows color (decimal): -12630691 or 6112575. OLE color: 6112575.
HSL color Cylindrical-coordinate representation of color #3F455D: hue angle of 228º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F455D is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 69 | 93 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.64 |
| HSL | 228º | 0.19% | 0.31% | - |
| HSV(B) | 228º | 0.32% | 0.36% | - |
| XYZ | 6.15 | 6.1 | 11.21 | - |
| YUV | 69.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 93 | 0.32 | 0.26 | 0 | 0.64 | 228 | 0.19 | 0.31 |
| Hex | 3F | 45 | 5D | 20 | 1A | 0 | 40 | E4 | 13 | 1F |
| Octal | 77 | 105 | 135 | 40 | 32 | 0 | 100 | 344 | 23 | 37 |
| Binary | 111111 | 1000101 | 1011101 | 100000 | 11010 | 0 | 1000000 | 11100100 | 10011 | 11111 |
Color Harmonies of #3F455D
Complementary color
Monochromatic Colors of #3F455D
Black with #3F455D
Text Example
Text Example
White with #3F455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F455D; }
p { color: rgb(63,69,93); }
H1.HeaderClassName
{
color: #3F455D;
}
.AnyTagClassName
{
color: #3F455D;
}
</style>
background-color css
<style>
a { background-color: #3F455D; }
a { background-color: rgb(63,69,93); }
div.DivClassName
{
background-color: #3F455D;
}
.BgClassName
{
background-color: #3F455D;
}
</style>
border-color css
<style>
span { border-color: #3F455D; }
span { border-color: rgb(63,69,93); }
td.TdClassName
{
border-color: #3F455D;
}
.TagClassName
{
border-color: #3F455D;
}
</style>