Shades of Pelorous #3298BC
Tints of Pelorous #3298BC
RGB
CMYK
RGB Variations
Color information
#3298BC (or 0x3298BC) is known color: Pelorous. HEX triplet: 32, 98 and BC. RGB value is (50,152,188). Sum of RGB (Red+Green+Blue) = 50+152+188=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #3298BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3298BC is #CD6743. Grayscale: #7D7D7D. Windows color (decimal): -13461316 or 12359730. OLE color: 12359730.
HSL color Cylindrical-coordinate representation of color #3298BC: hue angle of 195.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3298BC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 152 | 188 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.26 |
| HSL | 195.65º | 0.58% | 0.47% | - |
| HSV(B) | 195.65º | 0.73% | 0.74% | - |
| XYZ | 21.62 | 26.77 | 51.6 | - |
| YUV | 125.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 188 | 0.73 | 0.19 | 0 | 0.26 | 195.65 | 0.58 | 0.47 |
| Hex | 32 | 98 | BC | 49 | 13 | 0 | 1A | C4 | 3A | 2F |
| Octal | 62 | 230 | 274 | 111 | 23 | 0 | 32 | 304 | 72 | 57 |
| Binary | 110010 | 10011000 | 10111100 | 1001001 | 10011 | 0 | 11010 | 11000100 | 111010 | 101111 |
Color Harmonies of #3298BC
Complementary color
Monochromatic Colors of #3298BC
Black with #3298BC
Text Example
Text Example
White with #3298BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3298BC; }
p { color: rgb(50,152,188); }
H1.HeaderClassName
{
color: #3298BC;
}
.AnyTagClassName
{
color: #3298BC;
}
</style>
background-color css
<style>
a { background-color: #3298BC; }
a { background-color: rgb(50,152,188); }
div.DivClassName
{
background-color: #3298BC;
}
.BgClassName
{
background-color: #3298BC;
}
</style>
border-color css
<style>
span { border-color: #3298BC; }
span { border-color: rgb(50,152,188); }
td.TdClassName
{
border-color: #3298BC;
}
.TagClassName
{
border-color: #3298BC;
}
</style>