Shades of Bahama Blue #26577E
Tints of Bahama Blue #26577E
RGB
CMYK
RGB Variations
Color information
#26577E (or 0x26577E) is known color: Bahama Blue. HEX triplet: 26, 57 and 7E. RGB value is (38,87,126). Sum of RGB (Red+Green+Blue) = 38+87+126=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #26577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26577E is #D9A881. Grayscale: #4C4C4C. Windows color (decimal): -14264450 or 8279846. OLE color: 8279846.
HSL color Cylindrical-coordinate representation of color #26577E: hue angle of 206.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26577E is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 87 | 126 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.51 |
| HSL | 206.59º | 0.54% | 0.32% | - |
| HSV(B) | 206.59º | 0.7% | 0.49% | - |
| XYZ | 7.97 | 8.73 | 21 | - |
| YUV | 76.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 126 | 0.70 | 0.31 | 0 | 0.51 | 206.59 | 0.54 | 0.32 |
| Hex | 26 | 57 | 7E | 46 | 1F | 0 | 33 | CF | 36 | 20 |
| Octal | 46 | 127 | 176 | 106 | 37 | 0 | 63 | 317 | 66 | 40 |
| Binary | 100110 | 1010111 | 1111110 | 1000110 | 11111 | 0 | 110011 | 11001111 | 110110 | 100000 |
Color Harmonies of #26577E
Complementary color
Monochromatic Colors of #26577E
Black with #26577E
Text Example
Text Example
White with #26577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26577E; }
p { color: rgb(38,87,126); }
H1.HeaderClassName
{
color: #26577E;
}
.AnyTagClassName
{
color: #26577E;
}
</style>
background-color css
<style>
a { background-color: #26577E; }
a { background-color: rgb(38,87,126); }
div.DivClassName
{
background-color: #26577E;
}
.BgClassName
{
background-color: #26577E;
}
</style>
border-color css
<style>
span { border-color: #26577E; }
span { border-color: rgb(38,87,126); }
td.TdClassName
{
border-color: #26577E;
}
.TagClassName
{
border-color: #26577E;
}
</style>