Shades of Bahama Blue #225C85
Tints of Bahama Blue #225C85
RGB
CMYK
RGB Variations
Color information
#225C85 (or 0x225C85) is known color: Bahama Blue. HEX triplet: 22, 5C and 85. RGB value is (34,92,133). Sum of RGB (Red+Green+Blue) = 34+92+133=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #225C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C85 is #DDA37A. Grayscale: #4F4F4F. Windows color (decimal): -14525307 or 8739874. OLE color: 8739874.
HSL color Cylindrical-coordinate representation of color #225C85: hue angle of 204.85º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225C85 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 92 | 133 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.48 |
| HSL | 204.85º | 0.59% | 0.33% | - |
| HSV(B) | 204.85º | 0.74% | 0.52% | - |
| XYZ | 8.72 | 9.69 | 23.6 | - |
| YUV | 79.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 133 | 0.74 | 0.31 | 0 | 0.48 | 204.85 | 0.59 | 0.33 |
| Hex | 22 | 5C | 85 | 4A | 1F | 0 | 30 | CD | 3B | 21 |
| Octal | 42 | 134 | 205 | 112 | 37 | 0 | 60 | 315 | 73 | 41 |
| Binary | 100010 | 1011100 | 10000101 | 1001010 | 11111 | 0 | 110000 | 11001101 | 111011 | 100001 |
Color Harmonies of #225C85
Complementary color
Monochromatic Colors of #225C85
Black with #225C85
Text Example
Text Example
White with #225C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C85; }
p { color: rgb(34,92,133); }
H1.HeaderClassName
{
color: #225C85;
}
.AnyTagClassName
{
color: #225C85;
}
</style>
background-color css
<style>
a { background-color: #225C85; }
a { background-color: rgb(34,92,133); }
div.DivClassName
{
background-color: #225C85;
}
.BgClassName
{
background-color: #225C85;
}
</style>
border-color css
<style>
span { border-color: #225C85; }
span { border-color: rgb(34,92,133); }
td.TdClassName
{
border-color: #225C85;
}
.TagClassName
{
border-color: #225C85;
}
</style>