Shades of Bahama Blue #275381
Tints of Bahama Blue #275381
RGB
CMYK
RGB Variations
Color information
#275381 (or 0x275381) is known color: Bahama Blue. HEX triplet: 27, 53 and 81. RGB value is (39,83,129). Sum of RGB (Red+Green+Blue) = 39+83+129=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #275381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275381 is #D8AC7E. Grayscale: #4A4A4A. Windows color (decimal): -14199935 or 8475431. OLE color: 8475431.
HSL color Cylindrical-coordinate representation of color #275381: hue angle of 210.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275381 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 83 | 129 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.49 |
| HSL | 210.67º | 0.54% | 0.33% | - |
| HSV(B) | 210.67º | 0.7% | 0.51% | - |
| XYZ | 7.89 | 8.2 | 21.94 | - |
| YUV | 75.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 129 | 0.70 | 0.36 | 0 | 0.49 | 210.67 | 0.54 | 0.33 |
| Hex | 27 | 53 | 81 | 46 | 24 | 0 | 31 | D3 | 36 | 21 |
| Octal | 47 | 123 | 201 | 106 | 44 | 0 | 61 | 323 | 66 | 41 |
| Binary | 100111 | 1010011 | 10000001 | 1000110 | 100100 | 0 | 110001 | 11010011 | 110110 | 100001 |
Color Harmonies of #275381
Complementary color
Monochromatic Colors of #275381
Black with #275381
Text Example
Text Example
White with #275381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275381; }
p { color: rgb(39,83,129); }
H1.HeaderClassName
{
color: #275381;
}
.AnyTagClassName
{
color: #275381;
}
</style>
background-color css
<style>
a { background-color: #275381; }
a { background-color: rgb(39,83,129); }
div.DivClassName
{
background-color: #275381;
}
.BgClassName
{
background-color: #275381;
}
</style>
border-color css
<style>
span { border-color: #275381; }
span { border-color: rgb(39,83,129); }
td.TdClassName
{
border-color: #275381;
}
.TagClassName
{
border-color: #275381;
}
</style>