Shades of Bahama Blue #265482
Tints of Bahama Blue #265482
RGB
CMYK
RGB Variations
Color information
#265482 (or 0x265482) is known color: Bahama Blue. HEX triplet: 26, 54 and 82. RGB value is (38,84,130). Sum of RGB (Red+Green+Blue) = 38+84+130=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #265482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265482 is #D9AB7D. Grayscale: #4B4B4B. Windows color (decimal): -14265214 or 8541222. OLE color: 8541222.
HSL color Cylindrical-coordinate representation of color #265482: hue angle of 210º 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 #265482 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 84 | 130 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.49 |
| HSL | 210º | 0.55% | 0.33% | - |
| HSV(B) | 210º | 0.71% | 0.51% | - |
| XYZ | 8 | 8.36 | 22.31 | - |
| YUV | 75.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 130 | 0.71 | 0.35 | 0 | 0.49 | 210 | 0.55 | 0.33 |
| Hex | 26 | 54 | 82 | 47 | 23 | 0 | 31 | D2 | 37 | 21 |
| Octal | 46 | 124 | 202 | 107 | 43 | 0 | 61 | 322 | 67 | 41 |
| Binary | 100110 | 1010100 | 10000010 | 1000111 | 100011 | 0 | 110001 | 11010010 | 110111 | 100001 |
Color Harmonies of #265482
Complementary color
Monochromatic Colors of #265482
Black with #265482
Text Example
Text Example
White with #265482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265482; }
p { color: rgb(38,84,130); }
H1.HeaderClassName
{
color: #265482;
}
.AnyTagClassName
{
color: #265482;
}
</style>
background-color css
<style>
a { background-color: #265482; }
a { background-color: rgb(38,84,130); }
div.DivClassName
{
background-color: #265482;
}
.BgClassName
{
background-color: #265482;
}
</style>
border-color css
<style>
span { border-color: #265482; }
span { border-color: rgb(38,84,130); }
td.TdClassName
{
border-color: #265482;
}
.TagClassName
{
border-color: #265482;
}
</style>