Shades of Pelorous #3096BD
Tints of Pelorous #3096BD
RGB
CMYK
RGB Variations
Color information
#3096BD (or 0x3096BD) is known color: Pelorous. HEX triplet: 30, 96 and BD. RGB value is (48,150,189). Sum of RGB (Red+Green+Blue) = 48+150+189=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #3096BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3096BD is #CF6942. Grayscale: #7B7B7B. Windows color (decimal): -13592899 or 12424752. OLE color: 12424752.
HSL color Cylindrical-coordinate representation of color #3096BD: hue angle of 196.6º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3096BD is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 150 | 189 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.26 |
| HSL | 196.6º | 0.59% | 0.46% | - |
| HSV(B) | 196.6º | 0.75% | 0.74% | - |
| XYZ | 21.31 | 26.12 | 52.06 | - |
| YUV | 123.95 | 164.71 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 189 | 0.75 | 0.21 | 0 | 0.26 | 196.6 | 0.59 | 0.46 |
| Hex | 30 | 96 | BD | 4B | 15 | 0 | 1A | C5 | 3B | 2E |
| Octal | 60 | 226 | 275 | 113 | 25 | 0 | 32 | 305 | 73 | 56 |
| Binary | 110000 | 10010110 | 10111101 | 1001011 | 10101 | 0 | 11010 | 11000101 | 111011 | 101110 |
Color Harmonies of #3096BD
Complementary color
Monochromatic Colors of #3096BD
Black with #3096BD
Text Example
Text Example
White with #3096BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096BD; }
p { color: rgb(48,150,189); }
H1.HeaderClassName
{
color: #3096BD;
}
.AnyTagClassName
{
color: #3096BD;
}
</style>
background-color css
<style>
a { background-color: #3096BD; }
a { background-color: rgb(48,150,189); }
div.DivClassName
{
background-color: #3096BD;
}
.BgClassName
{
background-color: #3096BD;
}
</style>
border-color css
<style>
span { border-color: #3096BD; }
span { border-color: rgb(48,150,189); }
td.TdClassName
{
border-color: #3096BD;
}
.TagClassName
{
border-color: #3096BD;
}
</style>