Shades of Pelorous #2495C3
Tints of Pelorous #2495C3
RGB
CMYK
RGB Variations
Color information
#2495C3 (or 0x2495C3) is known color: Pelorous. HEX triplet: 24, 95 and C3. RGB value is (36,149,195). Sum of RGB (Red+Green+Blue) = 36+149+195=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #2495C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495C3 is #DB6A3C. Grayscale: #787878. Windows color (decimal): -14379581 or 12817700. OLE color: 12817700.
HSL color Cylindrical-coordinate representation of color #2495C3: hue angle of 197.36º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2495C3 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 149 | 195 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.24 |
| HSL | 197.36º | 0.69% | 0.45% | - |
| HSV(B) | 197.36º | 0.82% | 0.76% | - |
| XYZ | 21.33 | 25.81 | 55.49 | - |
| YUV | 120.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 195 | 0.82 | 0.24 | 0 | 0.24 | 197.36 | 0.69 | 0.45 |
| Hex | 24 | 95 | C3 | 52 | 18 | 0 | 18 | C5 | 45 | 2D |
| Octal | 44 | 225 | 303 | 122 | 30 | 0 | 30 | 305 | 105 | 55 |
| Binary | 100100 | 10010101 | 11000011 | 1010010 | 11000 | 0 | 11000 | 11000101 | 1000101 | 101101 |
Color Harmonies of #2495C3
Complementary color
Monochromatic Colors of #2495C3
Black with #2495C3
Text Example
Text Example
White with #2495C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495C3; }
p { color: rgb(36,149,195); }
H1.HeaderClassName
{
color: #2495C3;
}
.AnyTagClassName
{
color: #2495C3;
}
</style>
background-color css
<style>
a { background-color: #2495C3; }
a { background-color: rgb(36,149,195); }
div.DivClassName
{
background-color: #2495C3;
}
.BgClassName
{
background-color: #2495C3;
}
</style>
border-color css
<style>
span { border-color: #2495C3; }
span { border-color: rgb(36,149,195); }
td.TdClassName
{
border-color: #2495C3;
}
.TagClassName
{
border-color: #2495C3;
}
</style>