Shades of Pelorous #2595BC
Tints of Pelorous #2595BC
RGB
CMYK
RGB Variations
Color information
#2595BC (or 0x2595BC) is known color: Pelorous. HEX triplet: 25, 95 and BC. RGB value is (37,149,188). Sum of RGB (Red+Green+Blue) = 37+149+188=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2595BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2595BC is #DA6A43. Grayscale: #777777. Windows color (decimal): -14314052 or 12358949. OLE color: 12358949.
HSL color Cylindrical-coordinate representation of color #2595BC: hue angle of 195.5º 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 #2595BC is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 149 | 188 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.26 |
| HSL | 195.5º | 0.67% | 0.44% | - |
| HSV(B) | 195.5º | 0.8% | 0.74% | - |
| XYZ | 20.59 | 25.52 | 51.42 | - |
| YUV | 119.96 | 166.39 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 188 | 0.80 | 0.21 | 0 | 0.26 | 195.5 | 0.67 | 0.44 |
| Hex | 25 | 95 | BC | 50 | 15 | 0 | 1A | C3 | 43 | 2C |
| Octal | 45 | 225 | 274 | 120 | 25 | 0 | 32 | 303 | 103 | 54 |
| Binary | 100101 | 10010101 | 10111100 | 1010000 | 10101 | 0 | 11010 | 11000011 | 1000011 | 101100 |
Color Harmonies of #2595BC
Complementary color
Monochromatic Colors of #2595BC
Black with #2595BC
Text Example
Text Example
White with #2595BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2595BC; }
p { color: rgb(37,149,188); }
H1.HeaderClassName
{
color: #2595BC;
}
.AnyTagClassName
{
color: #2595BC;
}
</style>
background-color css
<style>
a { background-color: #2595BC; }
a { background-color: rgb(37,149,188); }
div.DivClassName
{
background-color: #2595BC;
}
.BgClassName
{
background-color: #2595BC;
}
</style>
border-color css
<style>
span { border-color: #2595BC; }
span { border-color: rgb(37,149,188); }
td.TdClassName
{
border-color: #2595BC;
}
.TagClassName
{
border-color: #2595BC;
}
</style>