Shades of Pelorous #2490AF
Tints of Pelorous #2490AF
RGB
CMYK
RGB Variations
Color information
#2490AF (or 0x2490AF) is known color: Pelorous. HEX triplet: 24, 90 and AF. RGB value is (36,144,175). Sum of RGB (Red+Green+Blue) = 36+144+175=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #2490AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2490AF is #DB6F50. Grayscale: #737373. Windows color (decimal): -14380881 or 11505700. OLE color: 11505700.
HSL color Cylindrical-coordinate representation of color #2490AF: hue angle of 193.38º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2490AF is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 144 | 175 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.31 |
| HSL | 193.38º | 0.66% | 0.41% | - |
| HSV(B) | 193.38º | 0.79% | 0.69% | - |
| XYZ | 18.44 | 23.42 | 44.11 | - |
| YUV | 115.24 | 161.72 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 175 | 0.79 | 0.18 | 0 | 0.31 | 193.38 | 0.66 | 0.41 |
| Hex | 24 | 90 | AF | 4F | 12 | 0 | 1F | C1 | 42 | 29 |
| Octal | 44 | 220 | 257 | 117 | 22 | 0 | 37 | 301 | 102 | 51 |
| Binary | 100100 | 10010000 | 10101111 | 1001111 | 10010 | 0 | 11111 | 11000001 | 1000010 | 101001 |
Color Harmonies of #2490AF
Complementary color
Monochromatic Colors of #2490AF
Black with #2490AF
Text Example
Text Example
White with #2490AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490AF; }
p { color: rgb(36,144,175); }
H1.HeaderClassName
{
color: #2490AF;
}
.AnyTagClassName
{
color: #2490AF;
}
</style>
background-color css
<style>
a { background-color: #2490AF; }
a { background-color: rgb(36,144,175); }
div.DivClassName
{
background-color: #2490AF;
}
.BgClassName
{
background-color: #2490AF;
}
</style>
border-color css
<style>
span { border-color: #2490AF; }
span { border-color: rgb(36,144,175); }
td.TdClassName
{
border-color: #2490AF;
}
.TagClassName
{
border-color: #2490AF;
}
</style>