Shades of Bahama Blue #275C7D
Tints of Bahama Blue #275C7D
RGB
CMYK
RGB Variations
Color information
#275C7D (or 0x275C7D) is known color: Bahama Blue. HEX triplet: 27, 5C and 7D. RGB value is (39,92,125). Sum of RGB (Red+Green+Blue) = 39+92+125=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #275C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C7D is #D8A382. Grayscale: #4F4F4F. Windows color (decimal): -14197635 or 8215591. OLE color: 8215591.
HSL color Cylindrical-coordinate representation of color #275C7D: hue angle of 203.02º 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 #275C7D is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 92 | 125 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.51 |
| HSL | 203.02º | 0.52% | 0.32% | - |
| HSV(B) | 203.02º | 0.69% | 0.49% | - |
| XYZ | 8.37 | 9.57 | 20.81 | - |
| YUV | 79.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 125 | 0.69 | 0.26 | 0 | 0.51 | 203.02 | 0.52 | 0.32 |
| Hex | 27 | 5C | 7D | 45 | 1A | 0 | 33 | CB | 34 | 20 |
| Octal | 47 | 134 | 175 | 105 | 32 | 0 | 63 | 313 | 64 | 40 |
| Binary | 100111 | 1011100 | 1111101 | 1000101 | 11010 | 0 | 110011 | 11001011 | 110100 | 100000 |
Color Harmonies of #275C7D
Complementary color
Monochromatic Colors of #275C7D
Black with #275C7D
Text Example
Text Example
White with #275C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C7D; }
p { color: rgb(39,92,125); }
H1.HeaderClassName
{
color: #275C7D;
}
.AnyTagClassName
{
color: #275C7D;
}
</style>
background-color css
<style>
a { background-color: #275C7D; }
a { background-color: rgb(39,92,125); }
div.DivClassName
{
background-color: #275C7D;
}
.BgClassName
{
background-color: #275C7D;
}
</style>
border-color css
<style>
span { border-color: #275C7D; }
span { border-color: rgb(39,92,125); }
td.TdClassName
{
border-color: #275C7D;
}
.TagClassName
{
border-color: #275C7D;
}
</style>