Shades of Bahama Blue #275B7D
Tints of Bahama Blue #275B7D
RGB
CMYK
RGB Variations
Color information
#275B7D (or 0x275B7D) is known color: Bahama Blue. HEX triplet: 27, 5B and 7D. RGB value is (39,91,125). Sum of RGB (Red+Green+Blue) = 39+91+125=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #275B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B7D is #D8A482. Grayscale: #4F4F4F. Windows color (decimal): -14197891 or 8215335. OLE color: 8215335.
HSL color Cylindrical-coordinate representation of color #275B7D: hue angle of 203.72º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #275B7D is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 91 | 125 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.51 |
| HSL | 203.72º | 0.52% | 0.32% | - |
| HSV(B) | 203.72º | 0.69% | 0.49% | - |
| XYZ | 8.28 | 9.39 | 20.78 | - |
| YUV | 79.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 125 | 0.69 | 0.27 | 0 | 0.51 | 203.72 | 0.52 | 0.32 |
| Hex | 27 | 5B | 7D | 45 | 1B | 0 | 33 | CC | 34 | 20 |
| Octal | 47 | 133 | 175 | 105 | 33 | 0 | 63 | 314 | 64 | 40 |
| Binary | 100111 | 1011011 | 1111101 | 1000101 | 11011 | 0 | 110011 | 11001100 | 110100 | 100000 |
Color Harmonies of #275B7D
Complementary color
Monochromatic Colors of #275B7D
Black with #275B7D
Text Example
Text Example
White with #275B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B7D; }
p { color: rgb(39,91,125); }
H1.HeaderClassName
{
color: #275B7D;
}
.AnyTagClassName
{
color: #275B7D;
}
</style>
background-color css
<style>
a { background-color: #275B7D; }
a { background-color: rgb(39,91,125); }
div.DivClassName
{
background-color: #275B7D;
}
.BgClassName
{
background-color: #275B7D;
}
</style>
border-color css
<style>
span { border-color: #275B7D; }
span { border-color: rgb(39,91,125); }
td.TdClassName
{
border-color: #275B7D;
}
.TagClassName
{
border-color: #275B7D;
}
</style>