Shades of Bahama Blue #266382
Tints of Bahama Blue #266382
RGB
CMYK
RGB Variations
Color information
#266382 (or 0x266382) is known color: Bahama Blue. HEX triplet: 26, 63 and 82. RGB value is (38,99,130). Sum of RGB (Red+Green+Blue) = 38+99+130=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #266382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266382 is #D99C7D. Grayscale: #545454. Windows color (decimal): -14261374 or 8545062. OLE color: 8545062.
HSL color Cylindrical-coordinate representation of color #266382: hue angle of 200.22º 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 #266382 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 99 | 130 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.49 |
| HSL | 200.22º | 0.55% | 0.33% | - |
| HSV(B) | 200.22º | 0.71% | 0.51% | - |
| XYZ | 9.29 | 10.95 | 22.74 | - |
| YUV | 84.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 130 | 0.71 | 0.24 | 0 | 0.49 | 200.22 | 0.55 | 0.33 |
| Hex | 26 | 63 | 82 | 47 | 18 | 0 | 31 | C8 | 37 | 21 |
| Octal | 46 | 143 | 202 | 107 | 30 | 0 | 61 | 310 | 67 | 41 |
| Binary | 100110 | 1100011 | 10000010 | 1000111 | 11000 | 0 | 110001 | 11001000 | 110111 | 100001 |
Color Harmonies of #266382
Complementary color
Monochromatic Colors of #266382
Black with #266382
Text Example
Text Example
White with #266382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266382; }
p { color: rgb(38,99,130); }
H1.HeaderClassName
{
color: #266382;
}
.AnyTagClassName
{
color: #266382;
}
</style>
background-color css
<style>
a { background-color: #266382; }
a { background-color: rgb(38,99,130); }
div.DivClassName
{
background-color: #266382;
}
.BgClassName
{
background-color: #266382;
}
</style>
border-color css
<style>
span { border-color: #266382; }
span { border-color: rgb(38,99,130); }
td.TdClassName
{
border-color: #266382;
}
.TagClassName
{
border-color: #266382;
}
</style>