Shades of Bay Of Many #253363
Tints of Bay Of Many #253363
RGB
CMYK
RGB Variations
Color information
#253363 (or 0x253363) is known color: Bay Of Many. HEX triplet: 25, 33 and 63. RGB value is (37,51,99). Sum of RGB (Red+Green+Blue) = 37+51+99=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #253363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253363 is #DACC9C. Grayscale: #343434. Windows color (decimal): -14339229 or 6501157. OLE color: 6501157.
HSL color Cylindrical-coordinate representation of color #253363: hue angle of 226.45º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253363 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 51 | 99 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.61 |
| HSL | 226.45º | 0.46% | 0.27% | - |
| HSV(B) | 226.45º | 0.63% | 0.39% | - |
| XYZ | 4.2 | 3.66 | 12.29 | - |
| YUV | 52.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 99 | 0.63 | 0.48 | 0 | 0.61 | 226.45 | 0.46 | 0.27 |
| Hex | 25 | 33 | 63 | 3F | 30 | 0 | 3D | E2 | 2E | 1B |
| Octal | 45 | 63 | 143 | 77 | 60 | 0 | 75 | 342 | 56 | 33 |
| Binary | 100101 | 110011 | 1100011 | 111111 | 110000 | 0 | 111101 | 11100010 | 101110 | 11011 |
Color Harmonies of #253363
Complementary color
Monochromatic Colors of #253363
Black with #253363
Text Example
Text Example
White with #253363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253363; }
p { color: rgb(37,51,99); }
H1.HeaderClassName
{
color: #253363;
}
.AnyTagClassName
{
color: #253363;
}
</style>
background-color css
<style>
a { background-color: #253363; }
a { background-color: rgb(37,51,99); }
div.DivClassName
{
background-color: #253363;
}
.BgClassName
{
background-color: #253363;
}
</style>
border-color css
<style>
span { border-color: #253363; }
span { border-color: rgb(37,51,99); }
td.TdClassName
{
border-color: #253363;
}
.TagClassName
{
border-color: #253363;
}
</style>