Shades of Pelorous #3098BB
Tints of Pelorous #3098BB
RGB
CMYK
RGB Variations
Color information
#3098BB (or 0x3098BB) is known color: Pelorous. HEX triplet: 30, 98 and BB. RGB value is (48,152,187). Sum of RGB (Red+Green+Blue) = 48+152+187=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #3098BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098BB is #CF6744. Grayscale: #7C7C7C. Windows color (decimal): -13592389 or 12294192. OLE color: 12294192.
HSL color Cylindrical-coordinate representation of color #3098BB: hue angle of 195.11º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3098BB is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 152 | 187 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.27 |
| HSL | 195.11º | 0.59% | 0.46% | - |
| HSV(B) | 195.11º | 0.74% | 0.73% | - |
| XYZ | 21.42 | 26.67 | 51.03 | - |
| YUV | 124.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 187 | 0.74 | 0.19 | 0 | 0.27 | 195.11 | 0.59 | 0.46 |
| Hex | 30 | 98 | BB | 4A | 13 | 0 | 1B | C3 | 3B | 2E |
| Octal | 60 | 230 | 273 | 112 | 23 | 0 | 33 | 303 | 73 | 56 |
| Binary | 110000 | 10011000 | 10111011 | 1001010 | 10011 | 0 | 11011 | 11000011 | 111011 | 101110 |
Color Harmonies of #3098BB
Complementary color
Monochromatic Colors of #3098BB
Black with #3098BB
Text Example
Text Example
White with #3098BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098BB; }
p { color: rgb(48,152,187); }
H1.HeaderClassName
{
color: #3098BB;
}
.AnyTagClassName
{
color: #3098BB;
}
</style>
background-color css
<style>
a { background-color: #3098BB; }
a { background-color: rgb(48,152,187); }
div.DivClassName
{
background-color: #3098BB;
}
.BgClassName
{
background-color: #3098BB;
}
</style>
border-color css
<style>
span { border-color: #3098BB; }
span { border-color: rgb(48,152,187); }
td.TdClassName
{
border-color: #3098BB;
}
.TagClassName
{
border-color: #3098BB;
}
</style>