Shades of Bay Of Many #28376A
Tints of Bay Of Many #28376A
RGB
CMYK
RGB Variations
Color information
#28376A (or 0x28376A) is known color: Bay Of Many. HEX triplet: 28, 37 and 6A. RGB value is (40,55,106). Sum of RGB (Red+Green+Blue) = 40+55+106=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #28376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28376A is #D7C895. Grayscale: #383838. Windows color (decimal): -14141590 or 6960936. OLE color: 6960936.
HSL color Cylindrical-coordinate representation of color #28376A: hue angle of 226.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28376A is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 55 | 106 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.58 |
| HSL | 226.36º | 0.45% | 0.29% | - |
| HSV(B) | 226.36º | 0.62% | 0.42% | - |
| XYZ | 4.84 | 4.22 | 14.2 | - |
| YUV | 56.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 106 | 0.62 | 0.48 | 0 | 0.58 | 226.36 | 0.45 | 0.29 |
| Hex | 28 | 37 | 6A | 3E | 30 | 0 | 3A | E2 | 2D | 1D |
| Octal | 50 | 67 | 152 | 76 | 60 | 0 | 72 | 342 | 55 | 35 |
| Binary | 101000 | 110111 | 1101010 | 111110 | 110000 | 0 | 111010 | 11100010 | 101101 | 11101 |
Color Harmonies of #28376A
Complementary color
Monochromatic Colors of #28376A
Black with #28376A
Text Example
Text Example
White with #28376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28376A; }
p { color: rgb(40,55,106); }
H1.HeaderClassName
{
color: #28376A;
}
.AnyTagClassName
{
color: #28376A;
}
</style>
background-color css
<style>
a { background-color: #28376A; }
a { background-color: rgb(40,55,106); }
div.DivClassName
{
background-color: #28376A;
}
.BgClassName
{
background-color: #28376A;
}
</style>
border-color css
<style>
span { border-color: #28376A; }
span { border-color: rgb(40,55,106); }
td.TdClassName
{
border-color: #28376A;
}
.TagClassName
{
border-color: #28376A;
}
</style>