Shades of Bahama Blue #265C7F
Tints of Bahama Blue #265C7F
RGB
CMYK
RGB Variations
Color information
#265C7F (or 0x265C7F) is known color: Bahama Blue. HEX triplet: 26, 5C and 7F. RGB value is (38,92,127). Sum of RGB (Red+Green+Blue) = 38+92+127=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #265C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C7F is #D9A380. Grayscale: #4F4F4F. Windows color (decimal): -14263169 or 8346662. OLE color: 8346662.
HSL color Cylindrical-coordinate representation of color #265C7F: hue angle of 203.6º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265C7F is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 92 | 127 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.50 |
| HSL | 203.6º | 0.54% | 0.32% | - |
| HSV(B) | 203.6º | 0.7% | 0.5% | - |
| XYZ | 8.46 | 9.6 | 21.49 | - |
| YUV | 79.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 127 | 0.70 | 0.28 | 0 | 0.50 | 203.6 | 0.54 | 0.32 |
| Hex | 26 | 5C | 7F | 46 | 1C | 0 | 32 | CC | 36 | 20 |
| Octal | 46 | 134 | 177 | 106 | 34 | 0 | 62 | 314 | 66 | 40 |
| Binary | 100110 | 1011100 | 1111111 | 1000110 | 11100 | 0 | 110010 | 11001100 | 110110 | 100000 |
Color Harmonies of #265C7F
Complementary color
Monochromatic Colors of #265C7F
Black with #265C7F
Text Example
Text Example
White with #265C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C7F; }
p { color: rgb(38,92,127); }
H1.HeaderClassName
{
color: #265C7F;
}
.AnyTagClassName
{
color: #265C7F;
}
</style>
background-color css
<style>
a { background-color: #265C7F; }
a { background-color: rgb(38,92,127); }
div.DivClassName
{
background-color: #265C7F;
}
.BgClassName
{
background-color: #265C7F;
}
</style>
border-color css
<style>
span { border-color: #265C7F; }
span { border-color: rgb(38,92,127); }
td.TdClassName
{
border-color: #265C7F;
}
.TagClassName
{
border-color: #265C7F;
}
</style>