Shades of Bahama Blue #26577D
Tints of Bahama Blue #26577D
RGB
CMYK
RGB Variations
Color information
#26577D (or 0x26577D) is known color: Bahama Blue. HEX triplet: 26, 57 and 7D. RGB value is (38,87,125). Sum of RGB (Red+Green+Blue) = 38+87+125=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #26577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26577D is #D9A882. Grayscale: #4C4C4C. Windows color (decimal): -14264451 or 8214310. OLE color: 8214310.
HSL color Cylindrical-coordinate representation of color #26577D: hue angle of 206.21º degrees, saturation: 0.53, 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 #26577D is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 87 | 125 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.51 |
| HSL | 206.21º | 0.53% | 0.32% | - |
| HSV(B) | 206.21º | 0.7% | 0.49% | - |
| XYZ | 7.91 | 8.71 | 20.67 | - |
| YUV | 76.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 125 | 0.70 | 0.30 | 0 | 0.51 | 206.21 | 0.53 | 0.32 |
| Hex | 26 | 57 | 7D | 46 | 1E | 0 | 33 | CE | 35 | 20 |
| Octal | 46 | 127 | 175 | 106 | 36 | 0 | 63 | 316 | 65 | 40 |
| Binary | 100110 | 1010111 | 1111101 | 1000110 | 11110 | 0 | 110011 | 11001110 | 110101 | 100000 |
Color Harmonies of #26577D
Complementary color
Monochromatic Colors of #26577D
Black with #26577D
Text Example
Text Example
White with #26577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26577D; }
p { color: rgb(38,87,125); }
H1.HeaderClassName
{
color: #26577D;
}
.AnyTagClassName
{
color: #26577D;
}
</style>
background-color css
<style>
a { background-color: #26577D; }
a { background-color: rgb(38,87,125); }
div.DivClassName
{
background-color: #26577D;
}
.BgClassName
{
background-color: #26577D;
}
</style>
border-color css
<style>
span { border-color: #26577D; }
span { border-color: rgb(38,87,125); }
td.TdClassName
{
border-color: #26577D;
}
.TagClassName
{
border-color: #26577D;
}
</style>