Shades of Bahama Blue #25668B
Tints of Bahama Blue #25668B
RGB
CMYK
RGB Variations
Color information
#25668B (or 0x25668B) is known color: Bahama Blue. HEX triplet: 25, 66 and 8B. RGB value is (37,102,139). Sum of RGB (Red+Green+Blue) = 37+102+139=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #25668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25668B is #DA9974. Grayscale: #565656. Windows color (decimal): -14326133 or 9135653. OLE color: 9135653.
HSL color Cylindrical-coordinate representation of color #25668B: hue angle of 201.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25668B is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 102 | 139 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.45 |
| HSL | 201.76º | 0.58% | 0.35% | - |
| HSV(B) | 201.76º | 0.73% | 0.55% | - |
| XYZ | 10.17 | 11.76 | 26.16 | - |
| YUV | 86.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 139 | 0.73 | 0.27 | 0 | 0.45 | 201.76 | 0.58 | 0.35 |
| Hex | 25 | 66 | 8B | 49 | 1B | 0 | 2D | CA | 3A | 23 |
| Octal | 45 | 146 | 213 | 111 | 33 | 0 | 55 | 312 | 72 | 43 |
| Binary | 100101 | 1100110 | 10001011 | 1001001 | 11011 | 0 | 101101 | 11001010 | 111010 | 100011 |
Color Harmonies of #25668B
Complementary color
Monochromatic Colors of #25668B
Black with #25668B
Text Example
Text Example
White with #25668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25668B; }
p { color: rgb(37,102,139); }
H1.HeaderClassName
{
color: #25668B;
}
.AnyTagClassName
{
color: #25668B;
}
</style>
background-color css
<style>
a { background-color: #25668B; }
a { background-color: rgb(37,102,139); }
div.DivClassName
{
background-color: #25668B;
}
.BgClassName
{
background-color: #25668B;
}
</style>
border-color css
<style>
span { border-color: #25668B; }
span { border-color: rgb(37,102,139); }
td.TdClassName
{
border-color: #25668B;
}
.TagClassName
{
border-color: #25668B;
}
</style>