Shades of Pelorous #2C96BD
Tints of Pelorous #2C96BD
RGB
CMYK
RGB Variations
Color information
#2C96BD (or 0x2C96BD) is known color: Pelorous. HEX triplet: 2C, 96 and BD. RGB value is (44,150,189). Sum of RGB (Red+Green+Blue) = 44+150+189=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C96BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C96BD is #D36942. Grayscale: #7A7A7A. Windows color (decimal): -13855043 or 12424748. OLE color: 12424748.
HSL color Cylindrical-coordinate representation of color #2C96BD: hue angle of 196.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C96BD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 150 | 189 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.26 |
| HSL | 196.14º | 0.62% | 0.46% | - |
| HSV(B) | 196.14º | 0.77% | 0.74% | - |
| XYZ | 21.13 | 26.02 | 52.05 | - |
| YUV | 122.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 189 | 0.77 | 0.21 | 0 | 0.26 | 196.14 | 0.62 | 0.46 |
| Hex | 2C | 96 | BD | 4D | 15 | 0 | 1A | C4 | 3E | 2E |
| Octal | 54 | 226 | 275 | 115 | 25 | 0 | 32 | 304 | 76 | 56 |
| Binary | 101100 | 10010110 | 10111101 | 1001101 | 10101 | 0 | 11010 | 11000100 | 111110 | 101110 |
Color Harmonies of #2C96BD
Complementary color
Monochromatic Colors of #2C96BD
Black with #2C96BD
Text Example
Text Example
White with #2C96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C96BD; }
p { color: rgb(44,150,189); }
H1.HeaderClassName
{
color: #2C96BD;
}
.AnyTagClassName
{
color: #2C96BD;
}
</style>
background-color css
<style>
a { background-color: #2C96BD; }
a { background-color: rgb(44,150,189); }
div.DivClassName
{
background-color: #2C96BD;
}
.BgClassName
{
background-color: #2C96BD;
}
</style>
border-color css
<style>
span { border-color: #2C96BD; }
span { border-color: rgb(44,150,189); }
td.TdClassName
{
border-color: #2C96BD;
}
.TagClassName
{
border-color: #2C96BD;
}
</style>