Shades of Bay Of Many #2F386B
Tints of Bay Of Many #2F386B
RGB
CMYK
RGB Variations
Color information
#2F386B (or 0x2F386B) is known color: Bay Of Many. HEX triplet: 2F, 38 and 6B. RGB value is (47,56,107). Sum of RGB (Red+Green+Blue) = 47+56+107=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F386B is #D0C794. Grayscale: #3A3A3A. Windows color (decimal): -13682581 or 7026735. OLE color: 7026735.
HSL color Cylindrical-coordinate representation of color #2F386B: hue angle of 231º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F386B is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 56 | 107 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.58 |
| HSL | 231º | 0.39% | 0.3% | - |
| HSV(B) | 231º | 0.56% | 0.42% | - |
| XYZ | 5.24 | 4.49 | 14.5 | - |
| YUV | 59.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 107 | 0.56 | 0.48 | 0 | 0.58 | 231 | 0.39 | 0.3 |
| Hex | 2F | 38 | 6B | 38 | 30 | 0 | 3A | E7 | 27 | 1E |
| Octal | 57 | 70 | 153 | 70 | 60 | 0 | 72 | 347 | 47 | 36 |
| Binary | 101111 | 111000 | 1101011 | 111000 | 110000 | 0 | 111010 | 11100111 | 100111 | 11110 |
Color Harmonies of #2F386B
Complementary color
Monochromatic Colors of #2F386B
Black with #2F386B
Text Example
Text Example
White with #2F386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F386B; }
p { color: rgb(47,56,107); }
H1.HeaderClassName
{
color: #2F386B;
}
.AnyTagClassName
{
color: #2F386B;
}
</style>
background-color css
<style>
a { background-color: #2F386B; }
a { background-color: rgb(47,56,107); }
div.DivClassName
{
background-color: #2F386B;
}
.BgClassName
{
background-color: #2F386B;
}
</style>
border-color css
<style>
span { border-color: #2F386B; }
span { border-color: rgb(47,56,107); }
td.TdClassName
{
border-color: #2F386B;
}
.TagClassName
{
border-color: #2F386B;
}
</style>