Shades of Bay Of Many #24376A
Tints of Bay Of Many #24376A
RGB
CMYK
RGB Variations
Color information
#24376A (or 0x24376A) is known color: Bay Of Many. HEX triplet: 24, 37 and 6A. RGB value is (36,55,106). Sum of RGB (Red+Green+Blue) = 36+55+106=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #24376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24376A is #DBC895. Grayscale: #363636. Windows color (decimal): -14403734 or 6960932. OLE color: 6960932.
HSL color Cylindrical-coordinate representation of color #24376A: hue angle of 223.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24376A is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 55 | 106 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.58 |
| HSL | 223.71º | 0.49% | 0.28% | - |
| HSV(B) | 223.71º | 0.66% | 0.42% | - |
| XYZ | 4.7 | 4.15 | 14.19 | - |
| YUV | 55.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 106 | 0.66 | 0.48 | 0 | 0.58 | 223.71 | 0.49 | 0.28 |
| Hex | 24 | 37 | 6A | 42 | 30 | 0 | 3A | E0 | 31 | 1C |
| Octal | 44 | 67 | 152 | 102 | 60 | 0 | 72 | 340 | 61 | 34 |
| Binary | 100100 | 110111 | 1101010 | 1000010 | 110000 | 0 | 111010 | 11100000 | 110001 | 11100 |
Color Harmonies of #24376A
Complementary color
Monochromatic Colors of #24376A
Black with #24376A
Text Example
Text Example
White with #24376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24376A; }
p { color: rgb(36,55,106); }
H1.HeaderClassName
{
color: #24376A;
}
.AnyTagClassName
{
color: #24376A;
}
</style>
background-color css
<style>
a { background-color: #24376A; }
a { background-color: rgb(36,55,106); }
div.DivClassName
{
background-color: #24376A;
}
.BgClassName
{
background-color: #24376A;
}
</style>
border-color css
<style>
span { border-color: #24376A; }
span { border-color: rgb(36,55,106); }
td.TdClassName
{
border-color: #24376A;
}
.TagClassName
{
border-color: #24376A;
}
</style>