Shades of Bahama Blue #255782
Tints of Bahama Blue #255782
RGB
CMYK
RGB Variations
Color information
#255782 (or 0x255782) is known color: Bahama Blue. HEX triplet: 25, 57 and 82. RGB value is (37,87,130). Sum of RGB (Red+Green+Blue) = 37+87+130=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #255782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255782 is #DAA87D. Grayscale: #4C4C4C. Windows color (decimal): -14329982 or 8541989. OLE color: 8541989.
HSL color Cylindrical-coordinate representation of color #255782: hue angle of 207.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255782 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 87 | 130 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.49 |
| HSL | 207.74º | 0.56% | 0.33% | - |
| HSV(B) | 207.74º | 0.72% | 0.51% | - |
| XYZ | 8.2 | 8.82 | 22.39 | - |
| YUV | 76.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 130 | 0.72 | 0.33 | 0 | 0.49 | 207.74 | 0.56 | 0.33 |
| Hex | 25 | 57 | 82 | 48 | 21 | 0 | 31 | D0 | 38 | 21 |
| Octal | 45 | 127 | 202 | 110 | 41 | 0 | 61 | 320 | 70 | 41 |
| Binary | 100101 | 1010111 | 10000010 | 1001000 | 100001 | 0 | 110001 | 11010000 | 111000 | 100001 |
Color Harmonies of #255782
Complementary color
Monochromatic Colors of #255782
Black with #255782
Text Example
Text Example
White with #255782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255782; }
p { color: rgb(37,87,130); }
H1.HeaderClassName
{
color: #255782;
}
.AnyTagClassName
{
color: #255782;
}
</style>
background-color css
<style>
a { background-color: #255782; }
a { background-color: rgb(37,87,130); }
div.DivClassName
{
background-color: #255782;
}
.BgClassName
{
background-color: #255782;
}
</style>
border-color css
<style>
span { border-color: #255782; }
span { border-color: rgb(37,87,130); }
td.TdClassName
{
border-color: #255782;
}
.TagClassName
{
border-color: #255782;
}
</style>