Shades of Bay Of Many #26376A
Tints of Bay Of Many #26376A
RGB
CMYK
RGB Variations
Color information
#26376A (or 0x26376A) is known color: Bay Of Many. HEX triplet: 26, 37 and 6A. RGB value is (38,55,106). Sum of RGB (Red+Green+Blue) = 38+55+106=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #26376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26376A is #D9C895. Grayscale: #373737. Windows color (decimal): -14272662 or 6960934. OLE color: 6960934.
HSL color Cylindrical-coordinate representation of color #26376A: hue angle of 225º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26376A is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 55 | 106 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.58 |
| HSL | 225º | 0.47% | 0.28% | - |
| HSV(B) | 225º | 0.64% | 0.42% | - |
| XYZ | 4.77 | 4.19 | 14.19 | - |
| YUV | 55.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 106 | 0.64 | 0.48 | 0 | 0.58 | 225 | 0.47 | 0.28 |
| Hex | 26 | 37 | 6A | 40 | 30 | 0 | 3A | E1 | 2F | 1C |
| Octal | 46 | 67 | 152 | 100 | 60 | 0 | 72 | 341 | 57 | 34 |
| Binary | 100110 | 110111 | 1101010 | 1000000 | 110000 | 0 | 111010 | 11100001 | 101111 | 11100 |
Color Harmonies of #26376A
Complementary color
Monochromatic Colors of #26376A
Black with #26376A
Text Example
Text Example
White with #26376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26376A; }
p { color: rgb(38,55,106); }
H1.HeaderClassName
{
color: #26376A;
}
.AnyTagClassName
{
color: #26376A;
}
</style>
background-color css
<style>
a { background-color: #26376A; }
a { background-color: rgb(38,55,106); }
div.DivClassName
{
background-color: #26376A;
}
.BgClassName
{
background-color: #26376A;
}
</style>
border-color css
<style>
span { border-color: #26376A; }
span { border-color: rgb(38,55,106); }
td.TdClassName
{
border-color: #26376A;
}
.TagClassName
{
border-color: #26376A;
}
</style>