Shades of Pelorous #3098AB
Tints of Pelorous #3098AB
RGB
CMYK
RGB Variations
Color information
#3098AB (or 0x3098AB) is known color: Pelorous. HEX triplet: 30, 98 and AB. RGB value is (48,152,171). Sum of RGB (Red+Green+Blue) = 48+152+171=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3098AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3098AB is #CF6754. Grayscale: #7A7A7A. Windows color (decimal): -13592405 or 11245616. OLE color: 11245616.
HSL color Cylindrical-coordinate representation of color #3098AB: hue angle of 189.27º 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 #3098AB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 152 | 171 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.33 |
| HSL | 189.27º | 0.56% | 0.43% | - |
| HSV(B) | 189.27º | 0.72% | 0.67% | - |
| XYZ | 19.8 | 26.03 | 42.51 | - |
| YUV | 123.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 171 | 0.72 | 0.11 | 0 | 0.33 | 189.27 | 0.56 | 0.43 |
| Hex | 30 | 98 | AB | 48 | B | 0 | 21 | BD | 38 | 2B |
| Octal | 60 | 230 | 253 | 110 | 13 | 0 | 41 | 275 | 70 | 53 |
| Binary | 110000 | 10011000 | 10101011 | 1001000 | 1011 | 0 | 100001 | 10111101 | 111000 | 101011 |
Color Harmonies of #3098AB
Complementary color
Monochromatic Colors of #3098AB
Black with #3098AB
Text Example
Text Example
White with #3098AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098AB; }
p { color: rgb(48,152,171); }
H1.HeaderClassName
{
color: #3098AB;
}
.AnyTagClassName
{
color: #3098AB;
}
</style>
background-color css
<style>
a { background-color: #3098AB; }
a { background-color: rgb(48,152,171); }
div.DivClassName
{
background-color: #3098AB;
}
.BgClassName
{
background-color: #3098AB;
}
</style>
border-color css
<style>
span { border-color: #3098AB; }
span { border-color: rgb(48,152,171); }
td.TdClassName
{
border-color: #3098AB;
}
.TagClassName
{
border-color: #3098AB;
}
</style>