Shades of Pelorous #2598CC
Tints of Pelorous #2598CC
RGB
CMYK
RGB Variations
Color information
#2598CC (or 0x2598CC) is known color: Pelorous. HEX triplet: 25, 98 and CC. RGB value is (37,152,204). Sum of RGB (Red+Green+Blue) = 37+152+204=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #2598CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2598CC is #DA6733. Grayscale: #7B7B7B. Windows color (decimal): -14313268 or 13408293. OLE color: 13408293.
HSL color Cylindrical-coordinate representation of color #2598CC: hue angle of 198.68º 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 #2598CC is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 152 | 204 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.2 |
| HSL | 198.68º | 0.69% | 0.47% | - |
| HSV(B) | 198.68º | 0.82% | 0.8% | - |
| XYZ | 22.89 | 27.21 | 61.17 | - |
| YUV | 123.54 | 173.4 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 204 | 0.82 | 0.25 | 0 | 0.2 | 198.68 | 0.69 | 0.47 |
| Hex | 25 | 98 | CC | 52 | 19 | 0 | 14 | C7 | 45 | 2F |
| Octal | 45 | 230 | 314 | 122 | 31 | 0 | 24 | 307 | 105 | 57 |
| Binary | 100101 | 10011000 | 11001100 | 1010010 | 11001 | 0 | 10100 | 11000111 | 1000101 | 101111 |
Color Harmonies of #2598CC
Complementary color
Monochromatic Colors of #2598CC
Black with #2598CC
Text Example
Text Example
White with #2598CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2598CC; }
p { color: rgb(37,152,204); }
H1.HeaderClassName
{
color: #2598CC;
}
.AnyTagClassName
{
color: #2598CC;
}
</style>
background-color css
<style>
a { background-color: #2598CC; }
a { background-color: rgb(37,152,204); }
div.DivClassName
{
background-color: #2598CC;
}
.BgClassName
{
background-color: #2598CC;
}
</style>
border-color css
<style>
span { border-color: #2598CC; }
span { border-color: rgb(37,152,204); }
td.TdClassName
{
border-color: #2598CC;
}
.TagClassName
{
border-color: #2598CC;
}
</style>