Shades of Pelorous #2594CC
Tints of Pelorous #2594CC
RGB
CMYK
RGB Variations
Color information
#2594CC (or 0x2594CC) is known color: Pelorous. HEX triplet: 25, 94 and CC. RGB value is (37,148,204). Sum of RGB (Red+Green+Blue) = 37+148+204=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #2594CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594CC is #DA6B33. Grayscale: #787878. Windows color (decimal): -14314292 or 13407269. OLE color: 13407269.
HSL color Cylindrical-coordinate representation of color #2594CC: hue angle of 200.12º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2594CC is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 148 | 204 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.2 |
| HSL | 200.12º | 0.69% | 0.47% | - |
| HSV(B) | 200.12º | 0.82% | 0.8% | - |
| XYZ | 22.25 | 25.93 | 60.96 | - |
| YUV | 121.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 204 | 0.82 | 0.27 | 0 | 0.2 | 200.12 | 0.69 | 0.47 |
| Hex | 25 | 94 | CC | 52 | 1B | 0 | 14 | C8 | 45 | 2F |
| Octal | 45 | 224 | 314 | 122 | 33 | 0 | 24 | 310 | 105 | 57 |
| Binary | 100101 | 10010100 | 11001100 | 1010010 | 11011 | 0 | 10100 | 11001000 | 1000101 | 101111 |
Color Harmonies of #2594CC
Complementary color
Monochromatic Colors of #2594CC
Black with #2594CC
Text Example
Text Example
White with #2594CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2594CC; }
p { color: rgb(37,148,204); }
H1.HeaderClassName
{
color: #2594CC;
}
.AnyTagClassName
{
color: #2594CC;
}
</style>
background-color css
<style>
a { background-color: #2594CC; }
a { background-color: rgb(37,148,204); }
div.DivClassName
{
background-color: #2594CC;
}
.BgClassName
{
background-color: #2594CC;
}
</style>
border-color css
<style>
span { border-color: #2594CC; }
span { border-color: rgb(37,148,204); }
td.TdClassName
{
border-color: #2594CC;
}
.TagClassName
{
border-color: #2594CC;
}
</style>