Shades of Bahama Blue #265783
Tints of Bahama Blue #265783
RGB
CMYK
RGB Variations
Color information
#265783 (or 0x265783) is known color: Bahama Blue. HEX triplet: 26, 57 and 83. RGB value is (38,87,131). Sum of RGB (Red+Green+Blue) = 38+87+131=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #265783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265783 is #D9A87C. Grayscale: #4D4D4D. Windows color (decimal): -14264445 or 8607526. OLE color: 8607526.
HSL color Cylindrical-coordinate representation of color #265783: hue angle of 208.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265783 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 87 | 131 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.49 |
| HSL | 208.39º | 0.55% | 0.33% | - |
| HSV(B) | 208.39º | 0.71% | 0.51% | - |
| XYZ | 8.3 | 8.87 | 22.75 | - |
| YUV | 77.37 | 158.27 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 131 | 0.71 | 0.34 | 0 | 0.49 | 208.39 | 0.55 | 0.33 |
| Hex | 26 | 57 | 83 | 47 | 22 | 0 | 31 | D0 | 37 | 21 |
| Octal | 46 | 127 | 203 | 107 | 42 | 0 | 61 | 320 | 67 | 41 |
| Binary | 100110 | 1010111 | 10000011 | 1000111 | 100010 | 0 | 110001 | 11010000 | 110111 | 100001 |
Color Harmonies of #265783
Complementary color
Monochromatic Colors of #265783
Black with #265783
Text Example
Text Example
White with #265783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265783; }
p { color: rgb(38,87,131); }
H1.HeaderClassName
{
color: #265783;
}
.AnyTagClassName
{
color: #265783;
}
</style>
background-color css
<style>
a { background-color: #265783; }
a { background-color: rgb(38,87,131); }
div.DivClassName
{
background-color: #265783;
}
.BgClassName
{
background-color: #265783;
}
</style>
border-color css
<style>
span { border-color: #265783; }
span { border-color: rgb(38,87,131); }
td.TdClassName
{
border-color: #265783;
}
.TagClassName
{
border-color: #265783;
}
</style>