Shades of Pelorous #3098B4
Tints of Pelorous #3098B4
RGB
CMYK
RGB Variations
Color information
#3098B4 (or 0x3098B4) is known color: Pelorous. HEX triplet: 30, 98 and B4. RGB value is (48,152,180). Sum of RGB (Red+Green+Blue) = 48+152+180=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #3098B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098B4 is #CF674B. Grayscale: #7B7B7B. Windows color (decimal): -13592396 or 11835440. OLE color: 11835440.
HSL color Cylindrical-coordinate representation of color #3098B4: hue angle of 192.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3098B4 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 152 | 180 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.29 |
| HSL | 192.73º | 0.58% | 0.45% | - |
| HSV(B) | 192.73º | 0.73% | 0.71% | - |
| XYZ | 20.69 | 26.38 | 47.18 | - |
| YUV | 124.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 180 | 0.73 | 0.16 | 0 | 0.29 | 192.73 | 0.58 | 0.45 |
| Hex | 30 | 98 | B4 | 49 | 10 | 0 | 1D | C1 | 3A | 2D |
| Octal | 60 | 230 | 264 | 111 | 20 | 0 | 35 | 301 | 72 | 55 |
| Binary | 110000 | 10011000 | 10110100 | 1001001 | 10000 | 0 | 11101 | 11000001 | 111010 | 101101 |
Color Harmonies of #3098B4
Complementary color
Monochromatic Colors of #3098B4
Black with #3098B4
Text Example
Text Example
White with #3098B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098B4; }
p { color: rgb(48,152,180); }
H1.HeaderClassName
{
color: #3098B4;
}
.AnyTagClassName
{
color: #3098B4;
}
</style>
background-color css
<style>
a { background-color: #3098B4; }
a { background-color: rgb(48,152,180); }
div.DivClassName
{
background-color: #3098B4;
}
.BgClassName
{
background-color: #3098B4;
}
</style>
border-color css
<style>
span { border-color: #3098B4; }
span { border-color: rgb(48,152,180); }
td.TdClassName
{
border-color: #3098B4;
}
.TagClassName
{
border-color: #3098B4;
}
</style>