Shades of Pelorous #2490CC
Tints of Pelorous #2490CC
RGB
CMYK
RGB Variations
Color information
#2490CC (or 0x2490CC) is known color: Pelorous. HEX triplet: 24, 90 and CC. RGB value is (36,144,204). Sum of RGB (Red+Green+Blue) = 36+144+204=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #2490CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490CC is #DB6F33. Grayscale: #767676. Windows color (decimal): -14380852 or 13406244. OLE color: 13406244.
HSL color Cylindrical-coordinate representation of color #2490CC: hue angle of 201.43º degrees, saturation: 0.7, 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 #2490CC is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 144 | 204 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.2 |
| HSL | 201.43º | 0.7% | 0.47% | - |
| HSV(B) | 201.43º | 0.82% | 0.8% | - |
| XYZ | 21.6 | 24.68 | 60.75 | - |
| YUV | 118.55 | 176.22 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 204 | 0.82 | 0.29 | 0 | 0.2 | 201.43 | 0.7 | 0.47 |
| Hex | 24 | 90 | CC | 52 | 1D | 0 | 14 | C9 | 46 | 2F |
| Octal | 44 | 220 | 314 | 122 | 35 | 0 | 24 | 311 | 106 | 57 |
| Binary | 100100 | 10010000 | 11001100 | 1010010 | 11101 | 0 | 10100 | 11001001 | 1000110 | 101111 |
Color Harmonies of #2490CC
Complementary color
Monochromatic Colors of #2490CC
Black with #2490CC
Text Example
Text Example
White with #2490CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490CC; }
p { color: rgb(36,144,204); }
H1.HeaderClassName
{
color: #2490CC;
}
.AnyTagClassName
{
color: #2490CC;
}
</style>
background-color css
<style>
a { background-color: #2490CC; }
a { background-color: rgb(36,144,204); }
div.DivClassName
{
background-color: #2490CC;
}
.BgClassName
{
background-color: #2490CC;
}
</style>
border-color css
<style>
span { border-color: #2490CC; }
span { border-color: rgb(36,144,204); }
td.TdClassName
{
border-color: #2490CC;
}
.TagClassName
{
border-color: #2490CC;
}
</style>