Shades of Bay Of Many #3C4263
Tints of Bay Of Many #3C4263
RGB
CMYK
RGB Variations
Color information
#3C4263 (or 0x3C4263) is known color: Bay Of Many. HEX triplet: 3C, 42 and 63. RGB value is (60,66,99). Sum of RGB (Red+Green+Blue) = 60+66+99=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4263 is #C3BD9C. Grayscale: #434343. Windows color (decimal): -12828061 or 6505020. OLE color: 6505020.
HSL color Cylindrical-coordinate representation of color #3C4263: hue angle of 230.77º 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 #3C4263 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 66 | 99 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.61 |
| HSL | 230.77º | 0.25% | 0.31% | - |
| HSV(B) | 230.77º | 0.39% | 0.39% | - |
| XYZ | 6.06 | 5.76 | 12.6 | - |
| YUV | 67.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 99 | 0.39 | 0.33 | 0 | 0.61 | 230.77 | 0.25 | 0.31 |
| Hex | 3C | 42 | 63 | 27 | 21 | 0 | 3D | E7 | 19 | 1F |
| Octal | 74 | 102 | 143 | 47 | 41 | 0 | 75 | 347 | 31 | 37 |
| Binary | 111100 | 1000010 | 1100011 | 100111 | 100001 | 0 | 111101 | 11100111 | 11001 | 11111 |
Color Harmonies of #3C4263
Complementary color
Monochromatic Colors of #3C4263
Black with #3C4263
Text Example
Text Example
White with #3C4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4263; }
p { color: rgb(60,66,99); }
H1.HeaderClassName
{
color: #3C4263;
}
.AnyTagClassName
{
color: #3C4263;
}
</style>
background-color css
<style>
a { background-color: #3C4263; }
a { background-color: rgb(60,66,99); }
div.DivClassName
{
background-color: #3C4263;
}
.BgClassName
{
background-color: #3C4263;
}
</style>
border-color css
<style>
span { border-color: #3C4263; }
span { border-color: rgb(60,66,99); }
td.TdClassName
{
border-color: #3C4263;
}
.TagClassName
{
border-color: #3C4263;
}
</style>