Shades of Pelorous #3096AB
Tints of Pelorous #3096AB
RGB
CMYK
RGB Variations
Color information
#3096AB (or 0x3096AB) is known color: Pelorous. HEX triplet: 30, 96 and AB. RGB value is (48,150,171). Sum of RGB (Red+Green+Blue) = 48+150+171=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #3096AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3096AB is #CF6954. Grayscale: #797979. Windows color (decimal): -13592917 or 11245104. OLE color: 11245104.
HSL color Cylindrical-coordinate representation of color #3096AB: hue angle of 190.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3096AB is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 150 | 171 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.33 |
| HSL | 190.24º | 0.56% | 0.43% | - |
| HSV(B) | 190.24º | 0.72% | 0.67% | - |
| XYZ | 19.48 | 25.38 | 42.4 | - |
| YUV | 121.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 171 | 0.72 | 0.12 | 0 | 0.33 | 190.24 | 0.56 | 0.43 |
| Hex | 30 | 96 | AB | 48 | C | 0 | 21 | BE | 38 | 2B |
| Octal | 60 | 226 | 253 | 110 | 14 | 0 | 41 | 276 | 70 | 53 |
| Binary | 110000 | 10010110 | 10101011 | 1001000 | 1100 | 0 | 100001 | 10111110 | 111000 | 101011 |
Color Harmonies of #3096AB
Complementary color
Monochromatic Colors of #3096AB
Black with #3096AB
Text Example
Text Example
White with #3096AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096AB; }
p { color: rgb(48,150,171); }
H1.HeaderClassName
{
color: #3096AB;
}
.AnyTagClassName
{
color: #3096AB;
}
</style>
background-color css
<style>
a { background-color: #3096AB; }
a { background-color: rgb(48,150,171); }
div.DivClassName
{
background-color: #3096AB;
}
.BgClassName
{
background-color: #3096AB;
}
</style>
border-color css
<style>
span { border-color: #3096AB; }
span { border-color: rgb(48,150,171); }
td.TdClassName
{
border-color: #3096AB;
}
.TagClassName
{
border-color: #3096AB;
}
</style>