Shades of Pelorous #2495BC
Tints of Pelorous #2495BC
RGB
CMYK
RGB Variations
Color information
#2495BC (or 0x2495BC) is known color: Pelorous. HEX triplet: 24, 95 and BC. RGB value is (36,149,188). Sum of RGB (Red+Green+Blue) = 36+149+188=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2495BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495BC is #DB6A43. Grayscale: #777777. Windows color (decimal): -14379588 or 12358948. OLE color: 12358948.
HSL color Cylindrical-coordinate representation of color #2495BC: hue angle of 195.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2495BC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 149 | 188 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.26 |
| HSL | 195.39º | 0.68% | 0.44% | - |
| HSV(B) | 195.39º | 0.81% | 0.74% | - |
| XYZ | 20.55 | 25.5 | 51.42 | - |
| YUV | 119.66 | 166.56 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 188 | 0.81 | 0.21 | 0 | 0.26 | 195.39 | 0.68 | 0.44 |
| Hex | 24 | 95 | BC | 51 | 15 | 0 | 1A | C3 | 44 | 2C |
| Octal | 44 | 225 | 274 | 121 | 25 | 0 | 32 | 303 | 104 | 54 |
| Binary | 100100 | 10010101 | 10111100 | 1010001 | 10101 | 0 | 11010 | 11000011 | 1000100 | 101100 |
Color Harmonies of #2495BC
Complementary color
Monochromatic Colors of #2495BC
Black with #2495BC
Text Example
Text Example
White with #2495BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495BC; }
p { color: rgb(36,149,188); }
H1.HeaderClassName
{
color: #2495BC;
}
.AnyTagClassName
{
color: #2495BC;
}
</style>
background-color css
<style>
a { background-color: #2495BC; }
a { background-color: rgb(36,149,188); }
div.DivClassName
{
background-color: #2495BC;
}
.BgClassName
{
background-color: #2495BC;
}
</style>
border-color css
<style>
span { border-color: #2495BC; }
span { border-color: rgb(36,149,188); }
td.TdClassName
{
border-color: #2495BC;
}
.TagClassName
{
border-color: #2495BC;
}
</style>