Shades of Bahama Blue #265E86
Tints of Bahama Blue #265E86
RGB
CMYK
RGB Variations
Color information
#265E86 (or 0x265E86) is known color: Bahama Blue. HEX triplet: 26, 5E and 86. RGB value is (38,94,134). Sum of RGB (Red+Green+Blue) = 38+94+134=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #265E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E86 is #D9A179. Grayscale: #515151. Windows color (decimal): -14262650 or 8805926. OLE color: 8805926.
HSL color Cylindrical-coordinate representation of color #265E86: hue angle of 205º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265E86 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 94 | 134 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.47 |
| HSL | 205º | 0.56% | 0.34% | - |
| HSV(B) | 205º | 0.72% | 0.53% | - |
| XYZ | 9.11 | 10.14 | 24.03 | - |
| YUV | 81.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 134 | 0.72 | 0.30 | 0 | 0.47 | 205 | 0.56 | 0.34 |
| Hex | 26 | 5E | 86 | 48 | 1E | 0 | 2F | CD | 38 | 22 |
| Octal | 46 | 136 | 206 | 110 | 36 | 0 | 57 | 315 | 70 | 42 |
| Binary | 100110 | 1011110 | 10000110 | 1001000 | 11110 | 0 | 101111 | 11001101 | 111000 | 100010 |
Color Harmonies of #265E86
Complementary color
Monochromatic Colors of #265E86
Black with #265E86
Text Example
Text Example
White with #265E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E86; }
p { color: rgb(38,94,134); }
H1.HeaderClassName
{
color: #265E86;
}
.AnyTagClassName
{
color: #265E86;
}
</style>
background-color css
<style>
a { background-color: #265E86; }
a { background-color: rgb(38,94,134); }
div.DivClassName
{
background-color: #265E86;
}
.BgClassName
{
background-color: #265E86;
}
</style>
border-color css
<style>
span { border-color: #265E86; }
span { border-color: rgb(38,94,134); }
td.TdClassName
{
border-color: #265E86;
}
.TagClassName
{
border-color: #265E86;
}
</style>