Shades of Pelorous #3098CC
Tints of Pelorous #3098CC
RGB
CMYK
RGB Variations
Color information
#3098CC (or 0x3098CC) is known color: Pelorous. HEX triplet: 30, 98 and CC. RGB value is (48,152,204). Sum of RGB (Red+Green+Blue) = 48+152+204=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3098CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098CC is #CF6733. Grayscale: #7E7E7E. Windows color (decimal): -13592372 or 13408304. OLE color: 13408304.
HSL color Cylindrical-coordinate representation of color #3098CC: hue angle of 200º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3098CC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 152 | 204 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.2 |
| HSL | 200º | 0.62% | 0.49% | - |
| HSV(B) | 200º | 0.76% | 0.8% | - |
| XYZ | 23.35 | 27.44 | 61.19 | - |
| YUV | 126.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 204 | 0.76 | 0.25 | 0 | 0.2 | 200 | 0.62 | 0.49 |
| Hex | 30 | 98 | CC | 4C | 19 | 0 | 14 | C8 | 3E | 31 |
| Octal | 60 | 230 | 314 | 114 | 31 | 0 | 24 | 310 | 76 | 61 |
| Binary | 110000 | 10011000 | 11001100 | 1001100 | 11001 | 0 | 10100 | 11001000 | 111110 | 110001 |
Color Harmonies of #3098CC
Complementary color
Monochromatic Colors of #3098CC
Black with #3098CC
Text Example
Text Example
White with #3098CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098CC; }
p { color: rgb(48,152,204); }
H1.HeaderClassName
{
color: #3098CC;
}
.AnyTagClassName
{
color: #3098CC;
}
</style>
background-color css
<style>
a { background-color: #3098CC; }
a { background-color: rgb(48,152,204); }
div.DivClassName
{
background-color: #3098CC;
}
.BgClassName
{
background-color: #3098CC;
}
</style>
border-color css
<style>
span { border-color: #3098CC; }
span { border-color: rgb(48,152,204); }
td.TdClassName
{
border-color: #3098CC;
}
.TagClassName
{
border-color: #3098CC;
}
</style>