Shades of Bahama Blue #265582
Tints of Bahama Blue #265582
RGB
CMYK
RGB Variations
Color information
#265582 (or 0x265582) is known color: Bahama Blue. HEX triplet: 26, 55 and 82. RGB value is (38,85,130). Sum of RGB (Red+Green+Blue) = 38+85+130=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #265582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265582 is #D9AA7D. Grayscale: #4B4B4B. Windows color (decimal): -14264958 or 8541478. OLE color: 8541478.
HSL color Cylindrical-coordinate representation of color #265582: hue angle of 209.35º degrees, saturation: 0.55, 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 #265582 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 85 | 130 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.49 |
| HSL | 209.35º | 0.55% | 0.33% | - |
| HSV(B) | 209.35º | 0.71% | 0.51% | - |
| XYZ | 8.08 | 8.52 | 22.34 | - |
| YUV | 76.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 130 | 0.71 | 0.35 | 0 | 0.49 | 209.35 | 0.55 | 0.33 |
| Hex | 26 | 55 | 82 | 47 | 23 | 0 | 31 | D1 | 37 | 21 |
| Octal | 46 | 125 | 202 | 107 | 43 | 0 | 61 | 321 | 67 | 41 |
| Binary | 100110 | 1010101 | 10000010 | 1000111 | 100011 | 0 | 110001 | 11010001 | 110111 | 100001 |
Color Harmonies of #265582
Complementary color
Monochromatic Colors of #265582
Black with #265582
Text Example
Text Example
White with #265582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265582; }
p { color: rgb(38,85,130); }
H1.HeaderClassName
{
color: #265582;
}
.AnyTagClassName
{
color: #265582;
}
</style>
background-color css
<style>
a { background-color: #265582; }
a { background-color: rgb(38,85,130); }
div.DivClassName
{
background-color: #265582;
}
.BgClassName
{
background-color: #265582;
}
</style>
border-color css
<style>
span { border-color: #265582; }
span { border-color: rgb(38,85,130); }
td.TdClassName
{
border-color: #265582;
}
.TagClassName
{
border-color: #265582;
}
</style>