Shades of Pelorous #2594BA
Tints of Pelorous #2594BA
RGB
CMYK
RGB Variations
Color information
#2594BA (or 0x2594BA) is known color: Pelorous. HEX triplet: 25, 94 and BA. RGB value is (37,148,186). Sum of RGB (Red+Green+Blue) = 37+148+186=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2594BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594BA is #DA6B45. Grayscale: #767676. Windows color (decimal): -14314310 or 12227621. OLE color: 12227621.
HSL color Cylindrical-coordinate representation of color #2594BA: hue angle of 195.3º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2594BA is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 148 | 186 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.27 |
| HSL | 195.3º | 0.67% | 0.44% | - |
| HSV(B) | 195.3º | 0.8% | 0.73% | - |
| XYZ | 20.22 | 25.12 | 50.24 | - |
| YUV | 119.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 186 | 0.80 | 0.20 | 0 | 0.27 | 195.3 | 0.67 | 0.44 |
| Hex | 25 | 94 | BA | 50 | 14 | 0 | 1B | C3 | 43 | 2C |
| Octal | 45 | 224 | 272 | 120 | 24 | 0 | 33 | 303 | 103 | 54 |
| Binary | 100101 | 10010100 | 10111010 | 1010000 | 10100 | 0 | 11011 | 11000011 | 1000011 | 101100 |
Color Harmonies of #2594BA
Complementary color
Monochromatic Colors of #2594BA
Black with #2594BA
Text Example
Text Example
White with #2594BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2594BA; }
p { color: rgb(37,148,186); }
H1.HeaderClassName
{
color: #2594BA;
}
.AnyTagClassName
{
color: #2594BA;
}
</style>
background-color css
<style>
a { background-color: #2594BA; }
a { background-color: rgb(37,148,186); }
div.DivClassName
{
background-color: #2594BA;
}
.BgClassName
{
background-color: #2594BA;
}
</style>
border-color css
<style>
span { border-color: #2594BA; }
span { border-color: rgb(37,148,186); }
td.TdClassName
{
border-color: #2594BA;
}
.TagClassName
{
border-color: #2594BA;
}
</style>