Shades of Bahama Blue #245C7D
Tints of Bahama Blue #245C7D
RGB
CMYK
RGB Variations
Color information
#245C7D (or 0x245C7D) is known color: Bahama Blue. HEX triplet: 24, 5C and 7D. RGB value is (36,92,125). Sum of RGB (Red+Green+Blue) = 36+92+125=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #245C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C7D is #DBA382. Grayscale: #4E4E4E. Windows color (decimal): -14394243 or 8215588. OLE color: 8215588.
HSL color Cylindrical-coordinate representation of color #245C7D: hue angle of 202.25º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #245C7D is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 92 | 125 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.51 |
| HSL | 202.25º | 0.55% | 0.32% | - |
| HSV(B) | 202.25º | 0.71% | 0.49% | - |
| XYZ | 8.26 | 9.51 | 20.8 | - |
| YUV | 79.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 125 | 0.71 | 0.26 | 0 | 0.51 | 202.25 | 0.55 | 0.32 |
| Hex | 24 | 5C | 7D | 47 | 1A | 0 | 33 | CA | 37 | 20 |
| Octal | 44 | 134 | 175 | 107 | 32 | 0 | 63 | 312 | 67 | 40 |
| Binary | 100100 | 1011100 | 1111101 | 1000111 | 11010 | 0 | 110011 | 11001010 | 110111 | 100000 |
Color Harmonies of #245C7D
Complementary color
Monochromatic Colors of #245C7D
Black with #245C7D
Text Example
Text Example
White with #245C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C7D; }
p { color: rgb(36,92,125); }
H1.HeaderClassName
{
color: #245C7D;
}
.AnyTagClassName
{
color: #245C7D;
}
</style>
background-color css
<style>
a { background-color: #245C7D; }
a { background-color: rgb(36,92,125); }
div.DivClassName
{
background-color: #245C7D;
}
.BgClassName
{
background-color: #245C7D;
}
</style>
border-color css
<style>
span { border-color: #245C7D; }
span { border-color: rgb(36,92,125); }
td.TdClassName
{
border-color: #245C7D;
}
.TagClassName
{
border-color: #245C7D;
}
</style>