Shades of Bahama Blue #264F7D
Tints of Bahama Blue #264F7D
RGB
CMYK
RGB Variations
Color information
#264F7D (or 0x264F7D) is known color: Bahama Blue. HEX triplet: 26, 4F and 7D. RGB value is (38,79,125). Sum of RGB (Red+Green+Blue) = 38+79+125=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #264F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F7D is #D9B082. Grayscale: #474747. Windows color (decimal): -14266499 or 8212262. OLE color: 8212262.
HSL color Cylindrical-coordinate representation of color #264F7D: hue angle of 211.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #264F7D is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 79 | 125 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.51 |
| HSL | 211.72º | 0.53% | 0.32% | - |
| HSV(B) | 211.72º | 0.7% | 0.49% | - |
| XYZ | 7.3 | 7.48 | 20.46 | - |
| YUV | 71.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 125 | 0.70 | 0.37 | 0 | 0.51 | 211.72 | 0.53 | 0.32 |
| Hex | 26 | 4F | 7D | 46 | 25 | 0 | 33 | D4 | 35 | 20 |
| Octal | 46 | 117 | 175 | 106 | 45 | 0 | 63 | 324 | 65 | 40 |
| Binary | 100110 | 1001111 | 1111101 | 1000110 | 100101 | 0 | 110011 | 11010100 | 110101 | 100000 |
Color Harmonies of #264F7D
Complementary color
Monochromatic Colors of #264F7D
Black with #264F7D
Text Example
Text Example
White with #264F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F7D; }
p { color: rgb(38,79,125); }
H1.HeaderClassName
{
color: #264F7D;
}
.AnyTagClassName
{
color: #264F7D;
}
</style>
background-color css
<style>
a { background-color: #264F7D; }
a { background-color: rgb(38,79,125); }
div.DivClassName
{
background-color: #264F7D;
}
.BgClassName
{
background-color: #264F7D;
}
</style>
border-color css
<style>
span { border-color: #264F7D; }
span { border-color: rgb(38,79,125); }
td.TdClassName
{
border-color: #264F7D;
}
.TagClassName
{
border-color: #264F7D;
}
</style>