Shades of Pelorous #2495BA
Tints of Pelorous #2495BA
RGB
CMYK
RGB Variations
Color information
#2495BA (or 0x2495BA) is known color: Pelorous. HEX triplet: 24, 95 and BA. RGB value is (36,149,186). Sum of RGB (Red+Green+Blue) = 36+149+186=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2495BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495BA is #DB6A45. Grayscale: #777777. Windows color (decimal): -14379590 or 12227876. OLE color: 12227876.
HSL color Cylindrical-coordinate representation of color #2495BA: hue angle of 194.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2495BA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 149 | 186 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.27 |
| HSL | 194.8º | 0.68% | 0.44% | - |
| HSV(B) | 194.8º | 0.81% | 0.73% | - |
| XYZ | 20.34 | 25.42 | 50.29 | - |
| YUV | 119.43 | 165.56 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 186 | 0.81 | 0.20 | 0 | 0.27 | 194.8 | 0.68 | 0.44 |
| Hex | 24 | 95 | BA | 51 | 14 | 0 | 1B | C3 | 44 | 2C |
| Octal | 44 | 225 | 272 | 121 | 24 | 0 | 33 | 303 | 104 | 54 |
| Binary | 100100 | 10010101 | 10111010 | 1010001 | 10100 | 0 | 11011 | 11000011 | 1000100 | 101100 |
Color Harmonies of #2495BA
Complementary color
Monochromatic Colors of #2495BA
Black with #2495BA
Text Example
Text Example
White with #2495BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495BA; }
p { color: rgb(36,149,186); }
H1.HeaderClassName
{
color: #2495BA;
}
.AnyTagClassName
{
color: #2495BA;
}
</style>
background-color css
<style>
a { background-color: #2495BA; }
a { background-color: rgb(36,149,186); }
div.DivClassName
{
background-color: #2495BA;
}
.BgClassName
{
background-color: #2495BA;
}
</style>
border-color css
<style>
span { border-color: #2495BA; }
span { border-color: rgb(36,149,186); }
td.TdClassName
{
border-color: #2495BA;
}
.TagClassName
{
border-color: #2495BA;
}
</style>