Shades of Pelorous #2495B4
Tints of Pelorous #2495B4
RGB
CMYK
RGB Variations
Color information
#2495B4 (or 0x2495B4) is known color: Pelorous. HEX triplet: 24, 95 and B4. RGB value is (36,149,180). Sum of RGB (Red+Green+Blue) = 36+149+180=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #2495B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495B4 is #DB6A4B. Grayscale: #767676. Windows color (decimal): -14379596 or 11834660. OLE color: 11834660.
HSL color Cylindrical-coordinate representation of color #2495B4: hue angle of 192.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2495B4 is Cyan = 0.8, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 149 | 180 | - |
| CMYK | 0.8 | 0.17 | 0 | 0.29 |
| HSL | 192.92º | 0.67% | 0.42% | - |
| HSV(B) | 192.92º | 0.8% | 0.71% | - |
| XYZ | 19.71 | 25.17 | 47 | - |
| YUV | 118.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 180 | 0.8 | 0.17 | 0 | 0.29 | 192.92 | 0.67 | 0.42 |
| Hex | 24 | 95 | B4 | 50 | 11 | 0 | 1D | C1 | 43 | 2A |
| Octal | 44 | 225 | 264 | 120 | 21 | 0 | 35 | 301 | 103 | 52 |
| Binary | 100100 | 10010101 | 10110100 | 1010000 | 10001 | 0 | 11101 | 11000001 | 1000011 | 101010 |
Color Harmonies of #2495B4
Complementary color
Monochromatic Colors of #2495B4
Black with #2495B4
Text Example
Text Example
White with #2495B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495B4; }
p { color: rgb(36,149,180); }
H1.HeaderClassName
{
color: #2495B4;
}
.AnyTagClassName
{
color: #2495B4;
}
</style>
background-color css
<style>
a { background-color: #2495B4; }
a { background-color: rgb(36,149,180); }
div.DivClassName
{
background-color: #2495B4;
}
.BgClassName
{
background-color: #2495B4;
}
</style>
border-color css
<style>
span { border-color: #2495B4; }
span { border-color: rgb(36,149,180); }
td.TdClassName
{
border-color: #2495B4;
}
.TagClassName
{
border-color: #2495B4;
}
</style>