Shades of Bay Of Many #2F3C68
Tints of Bay Of Many #2F3C68
RGB
CMYK
RGB Variations
Color information
#2F3C68 (or 0x2F3C68) is known color: Bay Of Many. HEX triplet: 2F, 3C and 68. RGB value is (47,60,104). Sum of RGB (Red+Green+Blue) = 47+60+104=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F3C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3C68 is #D0C397. Grayscale: #3C3C3C. Windows color (decimal): -13681560 or 6831151. OLE color: 6831151.
HSL color Cylindrical-coordinate representation of color #2F3C68: hue angle of 226.32º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F3C68 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 60 | 104 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.59 |
| HSL | 226.32º | 0.38% | 0.3% | - |
| HSV(B) | 226.32º | 0.55% | 0.41% | - |
| XYZ | 5.29 | 4.84 | 13.75 | - |
| YUV | 61.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 104 | 0.55 | 0.42 | 0 | 0.59 | 226.32 | 0.38 | 0.3 |
| Hex | 2F | 3C | 68 | 37 | 2A | 0 | 3B | E2 | 26 | 1E |
| Octal | 57 | 74 | 150 | 67 | 52 | 0 | 73 | 342 | 46 | 36 |
| Binary | 101111 | 111100 | 1101000 | 110111 | 101010 | 0 | 111011 | 11100010 | 100110 | 11110 |
Color Harmonies of #2F3C68
Complementary color
Monochromatic Colors of #2F3C68
Black with #2F3C68
Text Example
Text Example
White with #2F3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C68; }
p { color: rgb(47,60,104); }
H1.HeaderClassName
{
color: #2F3C68;
}
.AnyTagClassName
{
color: #2F3C68;
}
</style>
background-color css
<style>
a { background-color: #2F3C68; }
a { background-color: rgb(47,60,104); }
div.DivClassName
{
background-color: #2F3C68;
}
.BgClassName
{
background-color: #2F3C68;
}
</style>
border-color css
<style>
span { border-color: #2F3C68; }
span { border-color: rgb(47,60,104); }
td.TdClassName
{
border-color: #2F3C68;
}
.TagClassName
{
border-color: #2F3C68;
}
</style>