Shades of Pelorous #3098CB
Tints of Pelorous #3098CB
RGB
CMYK
RGB Variations
Color information
#3098CB (or 0x3098CB) is known color: Pelorous. HEX triplet: 30, 98 and CB. RGB value is (48,152,203). Sum of RGB (Red+Green+Blue) = 48+152+203=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #3098CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098CB is #CF6734. Grayscale: #7E7E7E. Windows color (decimal): -13592373 or 13342768. OLE color: 13342768.
HSL color Cylindrical-coordinate representation of color #3098CB: hue angle of 199.74º 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 #3098CB is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 152 | 203 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.20 |
| HSL | 199.74º | 0.62% | 0.49% | - |
| HSV(B) | 199.74º | 0.76% | 0.8% | - |
| XYZ | 23.23 | 27.4 | 60.56 | - |
| YUV | 126.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 203 | 0.76 | 0.25 | 0 | 0.20 | 199.74 | 0.62 | 0.49 |
| Hex | 30 | 98 | CB | 4C | 19 | 0 | 14 | C8 | 3E | 31 |
| Octal | 60 | 230 | 313 | 114 | 31 | 0 | 24 | 310 | 76 | 61 |
| Binary | 110000 | 10011000 | 11001011 | 1001100 | 11001 | 0 | 10100 | 11001000 | 111110 | 110001 |
Color Harmonies of #3098CB
Complementary color
Monochromatic Colors of #3098CB
Black with #3098CB
Text Example
Text Example
White with #3098CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098CB; }
p { color: rgb(48,152,203); }
H1.HeaderClassName
{
color: #3098CB;
}
.AnyTagClassName
{
color: #3098CB;
}
</style>
background-color css
<style>
a { background-color: #3098CB; }
a { background-color: rgb(48,152,203); }
div.DivClassName
{
background-color: #3098CB;
}
.BgClassName
{
background-color: #3098CB;
}
</style>
border-color css
<style>
span { border-color: #3098CB; }
span { border-color: rgb(48,152,203); }
td.TdClassName
{
border-color: #3098CB;
}
.TagClassName
{
border-color: #3098CB;
}
</style>