Shades of Bahama Blue #265C82
Tints of Bahama Blue #265C82
RGB
CMYK
RGB Variations
Color information
#265C82 (or 0x265C82) is known color: Bahama Blue. HEX triplet: 26, 5C and 82. RGB value is (38,92,130). Sum of RGB (Red+Green+Blue) = 38+92+130=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #265C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265C82 is #D9A37D. Grayscale: #4F4F4F. Windows color (decimal): -14263166 or 8543270. OLE color: 8543270.
HSL color Cylindrical-coordinate representation of color #265C82: hue angle of 204.78º 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 #265C82 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 92 | 130 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.49 |
| HSL | 204.78º | 0.55% | 0.33% | - |
| HSV(B) | 204.78º | 0.71% | 0.51% | - |
| XYZ | 8.66 | 9.68 | 22.53 | - |
| YUV | 80.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 130 | 0.71 | 0.29 | 0 | 0.49 | 204.78 | 0.55 | 0.33 |
| Hex | 26 | 5C | 82 | 47 | 1D | 0 | 31 | CD | 37 | 21 |
| Octal | 46 | 134 | 202 | 107 | 35 | 0 | 61 | 315 | 67 | 41 |
| Binary | 100110 | 1011100 | 10000010 | 1000111 | 11101 | 0 | 110001 | 11001101 | 110111 | 100001 |
Color Harmonies of #265C82
Complementary color
Monochromatic Colors of #265C82
Black with #265C82
Text Example
Text Example
White with #265C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C82; }
p { color: rgb(38,92,130); }
H1.HeaderClassName
{
color: #265C82;
}
.AnyTagClassName
{
color: #265C82;
}
</style>
background-color css
<style>
a { background-color: #265C82; }
a { background-color: rgb(38,92,130); }
div.DivClassName
{
background-color: #265C82;
}
.BgClassName
{
background-color: #265C82;
}
</style>
border-color css
<style>
span { border-color: #265C82; }
span { border-color: rgb(38,92,130); }
td.TdClassName
{
border-color: #265C82;
}
.TagClassName
{
border-color: #265C82;
}
</style>