Shades of Pelorous #3098CA
Tints of Pelorous #3098CA
RGB
CMYK
RGB Variations
Color information
#3098CA (or 0x3098CA) is known color: Pelorous. HEX triplet: 30, 98 and CA. RGB value is (48,152,202). Sum of RGB (Red+Green+Blue) = 48+152+202=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3098CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098CA is #CF6735. Grayscale: #7E7E7E. Windows color (decimal): -13592374 or 13277232. OLE color: 13277232.
HSL color Cylindrical-coordinate representation of color #3098CA: hue angle of 199.48º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3098CA is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 152 | 202 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.21 |
| HSL | 199.48º | 0.62% | 0.49% | - |
| HSV(B) | 199.48º | 0.76% | 0.79% | - |
| XYZ | 23.11 | 27.35 | 59.94 | - |
| YUV | 126.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 202 | 0.76 | 0.25 | 0 | 0.21 | 199.48 | 0.62 | 0.49 |
| Hex | 30 | 98 | CA | 4C | 19 | 0 | 15 | C7 | 3E | 31 |
| Octal | 60 | 230 | 312 | 114 | 31 | 0 | 25 | 307 | 76 | 61 |
| Binary | 110000 | 10011000 | 11001010 | 1001100 | 11001 | 0 | 10101 | 11000111 | 111110 | 110001 |
Color Harmonies of #3098CA
Complementary color
Monochromatic Colors of #3098CA
Black with #3098CA
Text Example
Text Example
White with #3098CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098CA; }
p { color: rgb(48,152,202); }
H1.HeaderClassName
{
color: #3098CA;
}
.AnyTagClassName
{
color: #3098CA;
}
</style>
background-color css
<style>
a { background-color: #3098CA; }
a { background-color: rgb(48,152,202); }
div.DivClassName
{
background-color: #3098CA;
}
.BgClassName
{
background-color: #3098CA;
}
</style>
border-color css
<style>
span { border-color: #3098CA; }
span { border-color: rgb(48,152,202); }
td.TdClassName
{
border-color: #3098CA;
}
.TagClassName
{
border-color: #3098CA;
}
</style>