Shades of Pelorous #2594C1
Tints of Pelorous #2594C1
RGB
CMYK
RGB Variations
Color information
#2594C1 (or 0x2594C1) is known color: Pelorous. HEX triplet: 25, 94 and C1. RGB value is (37,148,193). Sum of RGB (Red+Green+Blue) = 37+148+193=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #2594C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594C1 is #DA6B3E. Grayscale: #777777. Windows color (decimal): -14314303 or 12686373. OLE color: 12686373.
HSL color Cylindrical-coordinate representation of color #2594C1: hue angle of 197.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2594C1 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 148 | 193 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.24 |
| HSL | 197.31º | 0.68% | 0.45% | - |
| HSV(B) | 197.31º | 0.81% | 0.76% | - |
| XYZ | 20.98 | 25.42 | 54.25 | - |
| YUV | 119.94 | 169.23 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 193 | 0.81 | 0.23 | 0 | 0.24 | 197.31 | 0.68 | 0.45 |
| Hex | 25 | 94 | C1 | 51 | 17 | 0 | 18 | C5 | 44 | 2D |
| Octal | 45 | 224 | 301 | 121 | 27 | 0 | 30 | 305 | 104 | 55 |
| Binary | 100101 | 10010100 | 11000001 | 1010001 | 10111 | 0 | 11000 | 11000101 | 1000100 | 101101 |
Color Harmonies of #2594C1
Complementary color
Monochromatic Colors of #2594C1
Black with #2594C1
Text Example
Text Example
White with #2594C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2594C1; }
p { color: rgb(37,148,193); }
H1.HeaderClassName
{
color: #2594C1;
}
.AnyTagClassName
{
color: #2594C1;
}
</style>
background-color css
<style>
a { background-color: #2594C1; }
a { background-color: rgb(37,148,193); }
div.DivClassName
{
background-color: #2594C1;
}
.BgClassName
{
background-color: #2594C1;
}
</style>
border-color css
<style>
span { border-color: #2594C1; }
span { border-color: rgb(37,148,193); }
td.TdClassName
{
border-color: #2594C1;
}
.TagClassName
{
border-color: #2594C1;
}
</style>