Shades of Pelorous #2590AE
Tints of Pelorous #2590AE
RGB
CMYK
RGB Variations
Color information
#2590AE (or 0x2590AE) is known color: Pelorous. HEX triplet: 25, 90 and AE. RGB value is (37,144,174). Sum of RGB (Red+Green+Blue) = 37+144+174=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #2590AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2590AE is #DA6F51. Grayscale: #737373. Windows color (decimal): -14315346 or 11440165. OLE color: 11440165.
HSL color Cylindrical-coordinate representation of color #2590AE: hue angle of 193.14º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2590AE is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 144 | 174 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.32 |
| HSL | 193.14º | 0.65% | 0.41% | - |
| HSV(B) | 193.14º | 0.79% | 0.68% | - |
| XYZ | 18.38 | 23.4 | 43.59 | - |
| YUV | 115.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 174 | 0.79 | 0.17 | 0 | 0.32 | 193.14 | 0.65 | 0.41 |
| Hex | 25 | 90 | AE | 4F | 11 | 0 | 20 | C1 | 41 | 29 |
| Octal | 45 | 220 | 256 | 117 | 21 | 0 | 40 | 301 | 101 | 51 |
| Binary | 100101 | 10010000 | 10101110 | 1001111 | 10001 | 0 | 100000 | 11000001 | 1000001 | 101001 |
Color Harmonies of #2590AE
Complementary color
Monochromatic Colors of #2590AE
Black with #2590AE
Text Example
Text Example
White with #2590AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590AE; }
p { color: rgb(37,144,174); }
H1.HeaderClassName
{
color: #2590AE;
}
.AnyTagClassName
{
color: #2590AE;
}
</style>
background-color css
<style>
a { background-color: #2590AE; }
a { background-color: rgb(37,144,174); }
div.DivClassName
{
background-color: #2590AE;
}
.BgClassName
{
background-color: #2590AE;
}
</style>
border-color css
<style>
span { border-color: #2590AE; }
span { border-color: rgb(37,144,174); }
td.TdClassName
{
border-color: #2590AE;
}
.TagClassName
{
border-color: #2590AE;
}
</style>