Shades of Pelorous #3096C0
Tints of Pelorous #3096C0
RGB
CMYK
RGB Variations
Color information
#3096C0 (or 0x3096C0) is known color: Pelorous. HEX triplet: 30, 96 and C0. RGB value is (48,150,192). Sum of RGB (Red+Green+Blue) = 48+150+192=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #3096C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3096C0 is #CF693F. Grayscale: #7C7C7C. Windows color (decimal): -13592896 or 12621360. OLE color: 12621360.
HSL color Cylindrical-coordinate representation of color #3096C0: hue angle of 197.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3096C0 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 150 | 192 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.25 |
| HSL | 197.5º | 0.6% | 0.47% | - |
| HSV(B) | 197.5º | 0.75% | 0.75% | - |
| XYZ | 21.64 | 26.25 | 53.79 | - |
| YUV | 124.29 | 166.21 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 192 | 0.75 | 0.22 | 0 | 0.25 | 197.5 | 0.6 | 0.47 |
| Hex | 30 | 96 | C0 | 4B | 16 | 0 | 19 | C6 | 3C | 2F |
| Octal | 60 | 226 | 300 | 113 | 26 | 0 | 31 | 306 | 74 | 57 |
| Binary | 110000 | 10010110 | 11000000 | 1001011 | 10110 | 0 | 11001 | 11000110 | 111100 | 101111 |
Color Harmonies of #3096C0
Complementary color
Monochromatic Colors of #3096C0
Black with #3096C0
Text Example
Text Example
White with #3096C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096C0; }
p { color: rgb(48,150,192); }
H1.HeaderClassName
{
color: #3096C0;
}
.AnyTagClassName
{
color: #3096C0;
}
</style>
background-color css
<style>
a { background-color: #3096C0; }
a { background-color: rgb(48,150,192); }
div.DivClassName
{
background-color: #3096C0;
}
.BgClassName
{
background-color: #3096C0;
}
</style>
border-color css
<style>
span { border-color: #3096C0; }
span { border-color: rgb(48,150,192); }
td.TdClassName
{
border-color: #3096C0;
}
.TagClassName
{
border-color: #3096C0;
}
</style>