Shades of Bay Of Many #3F425B
Tints of Bay Of Many #3F425B
RGB
CMYK
RGB Variations
Color information
#3F425B (or 0x3F425B) is known color: Bay Of Many. HEX triplet: 3F, 42 and 5B. RGB value is (63,66,91). Sum of RGB (Red+Green+Blue) = 63+66+91=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F425B is #C0BDA4. Grayscale: #434343. Windows color (decimal): -12631461 or 5980735. OLE color: 5980735.
HSL color Cylindrical-coordinate representation of color #3F425B: hue angle of 233.57º 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 #3F425B is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 66 | 91 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.64 |
| HSL | 233.57º | 0.18% | 0.3% | - |
| HSV(B) | 233.57º | 0.31% | 0.36% | - |
| XYZ | 5.89 | 5.71 | 10.69 | - |
| YUV | 67.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 91 | 0.31 | 0.27 | 0 | 0.64 | 233.57 | 0.18 | 0.3 |
| Hex | 3F | 42 | 5B | 1F | 1B | 0 | 40 | EA | 12 | 1E |
| Octal | 77 | 102 | 133 | 37 | 33 | 0 | 100 | 352 | 22 | 36 |
| Binary | 111111 | 1000010 | 1011011 | 11111 | 11011 | 0 | 1000000 | 11101010 | 10010 | 11110 |
Color Harmonies of #3F425B
Complementary color
Monochromatic Colors of #3F425B
Black with #3F425B
Text Example
Text Example
White with #3F425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F425B; }
p { color: rgb(63,66,91); }
H1.HeaderClassName
{
color: #3F425B;
}
.AnyTagClassName
{
color: #3F425B;
}
</style>
background-color css
<style>
a { background-color: #3F425B; }
a { background-color: rgb(63,66,91); }
div.DivClassName
{
background-color: #3F425B;
}
.BgClassName
{
background-color: #3F425B;
}
</style>
border-color css
<style>
span { border-color: #3F425B; }
span { border-color: rgb(63,66,91); }
td.TdClassName
{
border-color: #3F425B;
}
.TagClassName
{
border-color: #3F425B;
}
</style>