Shades of Blue Zodiac #3F4148
Tints of Blue Zodiac #3F4148
RGB
CMYK
RGB Variations
Color information
#3F4148 (or 0x3F4148) is known color: Blue Zodiac. HEX triplet: 3F, 41 and 48. RGB value is (63,65,72). Sum of RGB (Red+Green+Blue) = 63+65+72=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4148 is #C0BEB7. Grayscale: #414141. Windows color (decimal): -12631736 or 4735295. OLE color: 4735295.
HSL color Cylindrical-coordinate representation of color #3F4148: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4148 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 65 | 72 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.72 |
| HSL | 226.67º | 0.07% | 0.26% | - |
| HSV(B) | 226.67º | 0.13% | 0.28% | - |
| XYZ | 5.11 | 5.31 | 6.89 | - |
| YUV | 65.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 72 | 0.12 | 0.10 | 0 | 0.72 | 226.67 | 0.07 | 0.26 |
| Hex | 3F | 41 | 48 | C | A | 0 | 48 | E3 | 7 | 1A |
| Octal | 77 | 101 | 110 | 14 | 12 | 0 | 110 | 343 | 7 | 32 |
| Binary | 111111 | 1000001 | 1001000 | 1100 | 1010 | 0 | 1001000 | 11100011 | 111 | 11010 |
Color Harmonies of #3F4148
Complementary color
Monochromatic Colors of #3F4148
Black with #3F4148
Text Example
Text Example
White with #3F4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4148; }
p { color: rgb(63,65,72); }
H1.HeaderClassName
{
color: #3F4148;
}
.AnyTagClassName
{
color: #3F4148;
}
</style>
background-color css
<style>
a { background-color: #3F4148; }
a { background-color: rgb(63,65,72); }
div.DivClassName
{
background-color: #3F4148;
}
.BgClassName
{
background-color: #3F4148;
}
</style>
border-color css
<style>
span { border-color: #3F4148; }
span { border-color: rgb(63,65,72); }
td.TdClassName
{
border-color: #3F4148;
}
.TagClassName
{
border-color: #3F4148;
}
</style>