Shades of Bay Of Many #253165
Tints of Bay Of Many #253165
RGB
CMYK
RGB Variations
Color information
#253165 (or 0x253165) is known color: Bay Of Many. HEX triplet: 25, 31 and 65. RGB value is (37,49,101). Sum of RGB (Red+Green+Blue) = 37+49+101=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #253165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253165 is #DACE9A. Grayscale: #333333. Windows color (decimal): -14339739 or 6631717. OLE color: 6631717.
HSL color Cylindrical-coordinate representation of color #253165: hue angle of 228.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253165 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 49 | 101 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.60 |
| HSL | 228.75º | 0.46% | 0.27% | - |
| HSV(B) | 228.75º | 0.63% | 0.4% | - |
| XYZ | 4.21 | 3.53 | 12.77 | - |
| YUV | 51.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 101 | 0.63 | 0.51 | 0 | 0.60 | 228.75 | 0.46 | 0.27 |
| Hex | 25 | 31 | 65 | 3F | 33 | 0 | 3C | E5 | 2E | 1B |
| Octal | 45 | 61 | 145 | 77 | 63 | 0 | 74 | 345 | 56 | 33 |
| Binary | 100101 | 110001 | 1100101 | 111111 | 110011 | 0 | 111100 | 11100101 | 101110 | 11011 |
Color Harmonies of #253165
Complementary color
Monochromatic Colors of #253165
Black with #253165
Text Example
Text Example
White with #253165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253165; }
p { color: rgb(37,49,101); }
H1.HeaderClassName
{
color: #253165;
}
.AnyTagClassName
{
color: #253165;
}
</style>
background-color css
<style>
a { background-color: #253165; }
a { background-color: rgb(37,49,101); }
div.DivClassName
{
background-color: #253165;
}
.BgClassName
{
background-color: #253165;
}
</style>
border-color css
<style>
span { border-color: #253165; }
span { border-color: rgb(37,49,101); }
td.TdClassName
{
border-color: #253165;
}
.TagClassName
{
border-color: #253165;
}
</style>