Shades of Bay Of Many #3C4563
Tints of Bay Of Many #3C4563
RGB
CMYK
RGB Variations
Color information
#3C4563 (or 0x3C4563) is known color: Bay Of Many. HEX triplet: 3C, 45 and 63. RGB value is (60,69,99). Sum of RGB (Red+Green+Blue) = 60+69+99=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4563 is #C3BA9C. Grayscale: #454545. Windows color (decimal): -12827293 or 6505788. OLE color: 6505788.
HSL color Cylindrical-coordinate representation of color #3C4563: hue angle of 226.15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4563 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 69 | 99 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.61 |
| HSL | 226.15º | 0.25% | 0.31% | - |
| HSV(B) | 226.15º | 0.39% | 0.39% | - |
| XYZ | 6.24 | 6.12 | 12.66 | - |
| YUV | 69.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 99 | 0.39 | 0.30 | 0 | 0.61 | 226.15 | 0.25 | 0.31 |
| Hex | 3C | 45 | 63 | 27 | 1E | 0 | 3D | E2 | 19 | 1F |
| Octal | 74 | 105 | 143 | 47 | 36 | 0 | 75 | 342 | 31 | 37 |
| Binary | 111100 | 1000101 | 1100011 | 100111 | 11110 | 0 | 111101 | 11100010 | 11001 | 11111 |
Color Harmonies of #3C4563
Complementary color
Monochromatic Colors of #3C4563
Black with #3C4563
Text Example
Text Example
White with #3C4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4563; }
p { color: rgb(60,69,99); }
H1.HeaderClassName
{
color: #3C4563;
}
.AnyTagClassName
{
color: #3C4563;
}
</style>
background-color css
<style>
a { background-color: #3C4563; }
a { background-color: rgb(60,69,99); }
div.DivClassName
{
background-color: #3C4563;
}
.BgClassName
{
background-color: #3C4563;
}
</style>
border-color css
<style>
span { border-color: #3C4563; }
span { border-color: rgb(60,69,99); }
td.TdClassName
{
border-color: #3C4563;
}
.TagClassName
{
border-color: #3C4563;
}
</style>