Shades of Pelorous #2594C4
Tints of Pelorous #2594C4
RGB
CMYK
RGB Variations
Color information
#2594C4 (or 0x2594C4) is known color: Pelorous. HEX triplet: 25, 94 and C4. RGB value is (37,148,196). Sum of RGB (Red+Green+Blue) = 37+148+196=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #2594C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594C4 is #DA6B3B. Grayscale: #777777. Windows color (decimal): -14314300 or 12882981. OLE color: 12882981.
HSL color Cylindrical-coordinate representation of color #2594C4: hue angle of 198.11º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2594C4 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 148 | 196 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.23 |
| HSL | 198.11º | 0.68% | 0.46% | - |
| HSV(B) | 198.11º | 0.81% | 0.77% | - |
| XYZ | 21.32 | 25.56 | 56.03 | - |
| YUV | 120.28 | 170.73 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 196 | 0.81 | 0.24 | 0 | 0.23 | 198.11 | 0.68 | 0.46 |
| Hex | 25 | 94 | C4 | 51 | 18 | 0 | 17 | C6 | 44 | 2E |
| Octal | 45 | 224 | 304 | 121 | 30 | 0 | 27 | 306 | 104 | 56 |
| Binary | 100101 | 10010100 | 11000100 | 1010001 | 11000 | 0 | 10111 | 11000110 | 1000100 | 101110 |
Color Harmonies of #2594C4
Complementary color
Monochromatic Colors of #2594C4
Black with #2594C4
Text Example
Text Example
White with #2594C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2594C4; }
p { color: rgb(37,148,196); }
H1.HeaderClassName
{
color: #2594C4;
}
.AnyTagClassName
{
color: #2594C4;
}
</style>
background-color css
<style>
a { background-color: #2594C4; }
a { background-color: rgb(37,148,196); }
div.DivClassName
{
background-color: #2594C4;
}
.BgClassName
{
background-color: #2594C4;
}
</style>
border-color css
<style>
span { border-color: #2594C4; }
span { border-color: rgb(37,148,196); }
td.TdClassName
{
border-color: #2594C4;
}
.TagClassName
{
border-color: #2594C4;
}
</style>