Shades of Pelorous #2592BC
Tints of Pelorous #2592BC
RGB
CMYK
RGB Variations
Color information
#2592BC (or 0x2592BC) is known color: Pelorous. HEX triplet: 25, 92 and BC. RGB value is (37,146,188). Sum of RGB (Red+Green+Blue) = 37+146+188=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2592BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2592BC is #DA6D43. Grayscale: #757575. Windows color (decimal): -14314820 or 12358181. OLE color: 12358181.
HSL color Cylindrical-coordinate representation of color #2592BC: hue angle of 196.69º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2592BC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 146 | 188 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.26 |
| HSL | 196.69º | 0.67% | 0.44% | - |
| HSV(B) | 196.69º | 0.8% | 0.74% | - |
| XYZ | 20.12 | 24.58 | 51.26 | - |
| YUV | 118.2 | 167.39 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 188 | 0.80 | 0.22 | 0 | 0.26 | 196.69 | 0.67 | 0.44 |
| Hex | 25 | 92 | BC | 50 | 16 | 0 | 1A | C5 | 43 | 2C |
| Octal | 45 | 222 | 274 | 120 | 26 | 0 | 32 | 305 | 103 | 54 |
| Binary | 100101 | 10010010 | 10111100 | 1010000 | 10110 | 0 | 11010 | 11000101 | 1000011 | 101100 |
Color Harmonies of #2592BC
Complementary color
Monochromatic Colors of #2592BC
Black with #2592BC
Text Example
Text Example
White with #2592BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592BC; }
p { color: rgb(37,146,188); }
H1.HeaderClassName
{
color: #2592BC;
}
.AnyTagClassName
{
color: #2592BC;
}
</style>
background-color css
<style>
a { background-color: #2592BC; }
a { background-color: rgb(37,146,188); }
div.DivClassName
{
background-color: #2592BC;
}
.BgClassName
{
background-color: #2592BC;
}
</style>
border-color css
<style>
span { border-color: #2592BC; }
span { border-color: rgb(37,146,188); }
td.TdClassName
{
border-color: #2592BC;
}
.TagClassName
{
border-color: #2592BC;
}
</style>