Shades of Bahama Blue #296383
Tints of Bahama Blue #296383
RGB
CMYK
RGB Variations
Color information
#296383 (or 0x296383) is known color: Bahama Blue. HEX triplet: 29, 63 and 83. RGB value is (41,99,131). Sum of RGB (Red+Green+Blue) = 41+99+131=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #296383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296383 is #D69C7C. Grayscale: #555555. Windows color (decimal): -14064765 or 8610601. OLE color: 8610601.
HSL color Cylindrical-coordinate representation of color #296383: hue angle of 201.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296383 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 99 | 131 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.49 |
| HSL | 201.33º | 0.52% | 0.34% | - |
| HSV(B) | 201.33º | 0.69% | 0.51% | - |
| XYZ | 9.47 | 11.03 | 23.1 | - |
| YUV | 85.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 131 | 0.69 | 0.24 | 0 | 0.49 | 201.33 | 0.52 | 0.34 |
| Hex | 29 | 63 | 83 | 45 | 18 | 0 | 31 | C9 | 34 | 22 |
| Octal | 51 | 143 | 203 | 105 | 30 | 0 | 61 | 311 | 64 | 42 |
| Binary | 101001 | 1100011 | 10000011 | 1000101 | 11000 | 0 | 110001 | 11001001 | 110100 | 100010 |
Color Harmonies of #296383
Complementary color
Monochromatic Colors of #296383
Black with #296383
Text Example
Text Example
White with #296383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296383; }
p { color: rgb(41,99,131); }
H1.HeaderClassName
{
color: #296383;
}
.AnyTagClassName
{
color: #296383;
}
</style>
background-color css
<style>
a { background-color: #296383; }
a { background-color: rgb(41,99,131); }
div.DivClassName
{
background-color: #296383;
}
.BgClassName
{
background-color: #296383;
}
</style>
border-color css
<style>
span { border-color: #296383; }
span { border-color: rgb(41,99,131); }
td.TdClassName
{
border-color: #296383;
}
.TagClassName
{
border-color: #296383;
}
</style>