Shades of Blue Zodiac #3F414B
Tints of Blue Zodiac #3F414B
RGB
CMYK
RGB Variations
Color information
#3F414B (or 0x3F414B) is known color: Blue Zodiac. HEX triplet: 3F, 41 and 4B. RGB value is (63,65,75). Sum of RGB (Red+Green+Blue) = 63+65+75=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F414B is #C0BEB4. Grayscale: #414141. Windows color (decimal): -12631733 or 4931903. OLE color: 4931903.
HSL color Cylindrical-coordinate representation of color #3F414B: hue angle of 230º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F414B is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 65 | 75 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.71 |
| HSL | 230º | 0.09% | 0.27% | - |
| HSV(B) | 230º | 0.16% | 0.29% | - |
| XYZ | 5.21 | 5.35 | 7.41 | - |
| YUV | 65.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 75 | 0.16 | 0.13 | 0 | 0.71 | 230 | 0.09 | 0.27 |
| Hex | 3F | 41 | 4B | 10 | D | 0 | 47 | E6 | 9 | 1B |
| Octal | 77 | 101 | 113 | 20 | 15 | 0 | 107 | 346 | 11 | 33 |
| Binary | 111111 | 1000001 | 1001011 | 10000 | 1101 | 0 | 1000111 | 11100110 | 1001 | 11011 |
Color Harmonies of #3F414B
Complementary color
Monochromatic Colors of #3F414B
Black with #3F414B
Text Example
Text Example
White with #3F414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F414B; }
p { color: rgb(63,65,75); }
H1.HeaderClassName
{
color: #3F414B;
}
.AnyTagClassName
{
color: #3F414B;
}
</style>
background-color css
<style>
a { background-color: #3F414B; }
a { background-color: rgb(63,65,75); }
div.DivClassName
{
background-color: #3F414B;
}
.BgClassName
{
background-color: #3F414B;
}
</style>
border-color css
<style>
span { border-color: #3F414B; }
span { border-color: rgb(63,65,75); }
td.TdClassName
{
border-color: #3F414B;
}
.TagClassName
{
border-color: #3F414B;
}
</style>