Shades of Blue Zodiac #3F445B
Tints of Blue Zodiac #3F445B
RGB
CMYK
RGB Variations
Color information
#3F445B (or 0x3F445B) is known color: Blue Zodiac. HEX triplet: 3F, 44 and 5B. RGB value is (63,68,91). Sum of RGB (Red+Green+Blue) = 63+68+91=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F445B is #C0BBA4. Grayscale: #454545. Windows color (decimal): -12630949 or 5981247. OLE color: 5981247.
HSL color Cylindrical-coordinate representation of color #3F445B: hue angle of 229.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F445B is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 68 | 91 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.64 |
| HSL | 229.29º | 0.18% | 0.3% | - |
| HSV(B) | 229.29º | 0.31% | 0.36% | - |
| XYZ | 6.01 | 5.95 | 10.73 | - |
| YUV | 69.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 91 | 0.31 | 0.25 | 0 | 0.64 | 229.29 | 0.18 | 0.3 |
| Hex | 3F | 44 | 5B | 1F | 19 | 0 | 40 | E5 | 12 | 1E |
| Octal | 77 | 104 | 133 | 37 | 31 | 0 | 100 | 345 | 22 | 36 |
| Binary | 111111 | 1000100 | 1011011 | 11111 | 11001 | 0 | 1000000 | 11100101 | 10010 | 11110 |
Color Harmonies of #3F445B
Complementary color
Monochromatic Colors of #3F445B
Black with #3F445B
Text Example
Text Example
White with #3F445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F445B; }
p { color: rgb(63,68,91); }
H1.HeaderClassName
{
color: #3F445B;
}
.AnyTagClassName
{
color: #3F445B;
}
</style>
background-color css
<style>
a { background-color: #3F445B; }
a { background-color: rgb(63,68,91); }
div.DivClassName
{
background-color: #3F445B;
}
.BgClassName
{
background-color: #3F445B;
}
</style>
border-color css
<style>
span { border-color: #3F445B; }
span { border-color: rgb(63,68,91); }
td.TdClassName
{
border-color: #3F445B;
}
.TagClassName
{
border-color: #3F445B;
}
</style>