Shades of Bay Of Many #263363
Tints of Bay Of Many #263363
RGB
CMYK
RGB Variations
Color information
#263363 (or 0x263363) is known color: Bay Of Many. HEX triplet: 26, 33 and 63. RGB value is (38,51,99). Sum of RGB (Red+Green+Blue) = 38+51+99=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #263363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263363 is #D9CC9C. Grayscale: #343434. Windows color (decimal): -14273693 or 6501158. OLE color: 6501158.
HSL color Cylindrical-coordinate representation of color #263363: hue angle of 227.21º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263363 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 51 | 99 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.61 |
| HSL | 227.21º | 0.45% | 0.27% | - |
| HSV(B) | 227.21º | 0.62% | 0.39% | - |
| XYZ | 4.24 | 3.68 | 12.29 | - |
| YUV | 52.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 99 | 0.62 | 0.48 | 0 | 0.61 | 227.21 | 0.45 | 0.27 |
| Hex | 26 | 33 | 63 | 3E | 30 | 0 | 3D | E3 | 2D | 1B |
| Octal | 46 | 63 | 143 | 76 | 60 | 0 | 75 | 343 | 55 | 33 |
| Binary | 100110 | 110011 | 1100011 | 111110 | 110000 | 0 | 111101 | 11100011 | 101101 | 11011 |
Color Harmonies of #263363
Complementary color
Monochromatic Colors of #263363
Black with #263363
Text Example
Text Example
White with #263363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263363; }
p { color: rgb(38,51,99); }
H1.HeaderClassName
{
color: #263363;
}
.AnyTagClassName
{
color: #263363;
}
</style>
background-color css
<style>
a { background-color: #263363; }
a { background-color: rgb(38,51,99); }
div.DivClassName
{
background-color: #263363;
}
.BgClassName
{
background-color: #263363;
}
</style>
border-color css
<style>
span { border-color: #263363; }
span { border-color: rgb(38,51,99); }
td.TdClassName
{
border-color: #263363;
}
.TagClassName
{
border-color: #263363;
}
</style>