Shades of Bahama Blue #265280
Tints of Bahama Blue #265280
RGB
CMYK
RGB Variations
Color information
#265280 (or 0x265280) is known color: Bahama Blue. HEX triplet: 26, 52 and 80. RGB value is (38,82,128). Sum of RGB (Red+Green+Blue) = 38+82+128=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #265280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265280 is #D9AD7F. Grayscale: #494949. Windows color (decimal): -14265728 or 8409638. OLE color: 8409638.
HSL color Cylindrical-coordinate representation of color #265280: hue angle of 210.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265280 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 82 | 128 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.50 |
| HSL | 210.67º | 0.54% | 0.33% | - |
| HSV(B) | 210.67º | 0.7% | 0.5% | - |
| XYZ | 7.71 | 8.01 | 21.56 | - |
| YUV | 74.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 128 | 0.70 | 0.36 | 0 | 0.50 | 210.67 | 0.54 | 0.33 |
| Hex | 26 | 52 | 80 | 46 | 24 | 0 | 32 | D3 | 36 | 21 |
| Octal | 46 | 122 | 200 | 106 | 44 | 0 | 62 | 323 | 66 | 41 |
| Binary | 100110 | 1010010 | 10000000 | 1000110 | 100100 | 0 | 110010 | 11010011 | 110110 | 100001 |
Color Harmonies of #265280
Complementary color
Monochromatic Colors of #265280
Black with #265280
Text Example
Text Example
White with #265280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265280; }
p { color: rgb(38,82,128); }
H1.HeaderClassName
{
color: #265280;
}
.AnyTagClassName
{
color: #265280;
}
</style>
background-color css
<style>
a { background-color: #265280; }
a { background-color: rgb(38,82,128); }
div.DivClassName
{
background-color: #265280;
}
.BgClassName
{
background-color: #265280;
}
</style>
border-color css
<style>
span { border-color: #265280; }
span { border-color: rgb(38,82,128); }
td.TdClassName
{
border-color: #265280;
}
.TagClassName
{
border-color: #265280;
}
</style>