Shades of Pelorous #3098BE
Tints of Pelorous #3098BE
RGB
CMYK
RGB Variations
Color information
#3098BE (or 0x3098BE) is known color: Pelorous. HEX triplet: 30, 98 and BE. RGB value is (48,152,190). Sum of RGB (Red+Green+Blue) = 48+152+190=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #3098BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098BE is #CF6741. Grayscale: #7C7C7C. Windows color (decimal): -13592386 or 12490800. OLE color: 12490800.
HSL color Cylindrical-coordinate representation of color #3098BE: hue angle of 196.06º 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 #3098BE is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 152 | 190 | - |
| CMYK | 0.75 | 0.2 | 0 | 0.25 |
| HSL | 196.06º | 0.6% | 0.47% | - |
| HSV(B) | 196.06º | 0.75% | 0.75% | - |
| XYZ | 21.74 | 26.8 | 52.74 | - |
| YUV | 125.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 190 | 0.75 | 0.2 | 0 | 0.25 | 196.06 | 0.6 | 0.47 |
| Hex | 30 | 98 | BE | 4B | 14 | 0 | 19 | C4 | 3C | 2F |
| Octal | 60 | 230 | 276 | 113 | 24 | 0 | 31 | 304 | 74 | 57 |
| Binary | 110000 | 10011000 | 10111110 | 1001011 | 10100 | 0 | 11001 | 11000100 | 111100 | 101111 |
Color Harmonies of #3098BE
Complementary color
Monochromatic Colors of #3098BE
Black with #3098BE
Text Example
Text Example
White with #3098BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098BE; }
p { color: rgb(48,152,190); }
H1.HeaderClassName
{
color: #3098BE;
}
.AnyTagClassName
{
color: #3098BE;
}
</style>
background-color css
<style>
a { background-color: #3098BE; }
a { background-color: rgb(48,152,190); }
div.DivClassName
{
background-color: #3098BE;
}
.BgClassName
{
background-color: #3098BE;
}
</style>
border-color css
<style>
span { border-color: #3098BE; }
span { border-color: rgb(48,152,190); }
td.TdClassName
{
border-color: #3098BE;
}
.TagClassName
{
border-color: #3098BE;
}
</style>