Shades of Bahama Blue #265281
Tints of Bahama Blue #265281
RGB
CMYK
RGB Variations
Color information
#265281 (or 0x265281) is known color: Bahama Blue. HEX triplet: 26, 52 and 81. RGB value is (38,82,129). Sum of RGB (Red+Green+Blue) = 38+82+129=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #265281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265281 is #D9AD7E. Grayscale: #494949. Windows color (decimal): -14265727 or 8475174. OLE color: 8475174.
HSL color Cylindrical-coordinate representation of color #265281: hue angle of 210.99º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265281 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 82 | 129 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.49 |
| HSL | 210.99º | 0.54% | 0.33% | - |
| HSV(B) | 210.99º | 0.71% | 0.51% | - |
| XYZ | 7.78 | 8.03 | 21.91 | - |
| YUV | 74.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 129 | 0.71 | 0.36 | 0 | 0.49 | 210.99 | 0.54 | 0.33 |
| Hex | 26 | 52 | 81 | 47 | 24 | 0 | 31 | D3 | 36 | 21 |
| Octal | 46 | 122 | 201 | 107 | 44 | 0 | 61 | 323 | 66 | 41 |
| Binary | 100110 | 1010010 | 10000001 | 1000111 | 100100 | 0 | 110001 | 11010011 | 110110 | 100001 |
Color Harmonies of #265281
Complementary color
Monochromatic Colors of #265281
Black with #265281
Text Example
Text Example
White with #265281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265281; }
p { color: rgb(38,82,129); }
H1.HeaderClassName
{
color: #265281;
}
.AnyTagClassName
{
color: #265281;
}
</style>
background-color css
<style>
a { background-color: #265281; }
a { background-color: rgb(38,82,129); }
div.DivClassName
{
background-color: #265281;
}
.BgClassName
{
background-color: #265281;
}
</style>
border-color css
<style>
span { border-color: #265281; }
span { border-color: rgb(38,82,129); }
td.TdClassName
{
border-color: #265281;
}
.TagClassName
{
border-color: #265281;
}
</style>