Shades of Bahama Blue #265984
Tints of Bahama Blue #265984
RGB
CMYK
RGB Variations
Color information
#265984 (or 0x265984) is known color: Bahama Blue. HEX triplet: 26, 59 and 84. RGB value is (38,89,132). Sum of RGB (Red+Green+Blue) = 38+89+132=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #265984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265984 is #D9A67B. Grayscale: #4E4E4E. Windows color (decimal): -14263932 or 8673574. OLE color: 8673574.
HSL color Cylindrical-coordinate representation of color #265984: hue angle of 207.45º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265984 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 89 | 132 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.48 |
| HSL | 207.45º | 0.55% | 0.33% | - |
| HSV(B) | 207.45º | 0.71% | 0.52% | - |
| XYZ | 8.54 | 9.22 | 23.16 | - |
| YUV | 78.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 132 | 0.71 | 0.33 | 0 | 0.48 | 207.45 | 0.55 | 0.33 |
| Hex | 26 | 59 | 84 | 47 | 21 | 0 | 30 | CF | 37 | 21 |
| Octal | 46 | 131 | 204 | 107 | 41 | 0 | 60 | 317 | 67 | 41 |
| Binary | 100110 | 1011001 | 10000100 | 1000111 | 100001 | 0 | 110000 | 11001111 | 110111 | 100001 |
Color Harmonies of #265984
Complementary color
Monochromatic Colors of #265984
Black with #265984
Text Example
Text Example
White with #265984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265984; }
p { color: rgb(38,89,132); }
H1.HeaderClassName
{
color: #265984;
}
.AnyTagClassName
{
color: #265984;
}
</style>
background-color css
<style>
a { background-color: #265984; }
a { background-color: rgb(38,89,132); }
div.DivClassName
{
background-color: #265984;
}
.BgClassName
{
background-color: #265984;
}
</style>
border-color css
<style>
span { border-color: #265984; }
span { border-color: rgb(38,89,132); }
td.TdClassName
{
border-color: #265984;
}
.TagClassName
{
border-color: #265984;
}
</style>