Shades of Pelorous #3798BC
Tints of Pelorous #3798BC
RGB
CMYK
RGB Variations
Color information
#3798BC (or 0x3798BC) is known color: Pelorous. HEX triplet: 37, 98 and BC. RGB value is (55,152,188). Sum of RGB (Red+Green+Blue) = 55+152+188=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #3798BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3798BC is #C86743. Grayscale: #7E7E7E. Windows color (decimal): -13133636 or 12359735. OLE color: 12359735.
HSL color Cylindrical-coordinate representation of color #3798BC: hue angle of 196.24º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3798BC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 152 | 188 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.26 |
| HSL | 196.24º | 0.55% | 0.48% | - |
| HSV(B) | 196.24º | 0.71% | 0.74% | - |
| XYZ | 21.88 | 26.9 | 51.62 | - |
| YUV | 127.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 188 | 0.71 | 0.19 | 0 | 0.26 | 196.24 | 0.55 | 0.48 |
| Hex | 37 | 98 | BC | 47 | 13 | 0 | 1A | C4 | 37 | 30 |
| Octal | 67 | 230 | 274 | 107 | 23 | 0 | 32 | 304 | 67 | 60 |
| Binary | 110111 | 10011000 | 10111100 | 1000111 | 10011 | 0 | 11010 | 11000100 | 110111 | 110000 |
Color Harmonies of #3798BC
Complementary color
Monochromatic Colors of #3798BC
Black with #3798BC
Text Example
Text Example
White with #3798BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3798BC; }
p { color: rgb(55,152,188); }
H1.HeaderClassName
{
color: #3798BC;
}
.AnyTagClassName
{
color: #3798BC;
}
</style>
background-color css
<style>
a { background-color: #3798BC; }
a { background-color: rgb(55,152,188); }
div.DivClassName
{
background-color: #3798BC;
}
.BgClassName
{
background-color: #3798BC;
}
</style>
border-color css
<style>
span { border-color: #3798BC; }
span { border-color: rgb(55,152,188); }
td.TdClassName
{
border-color: #3798BC;
}
.TagClassName
{
border-color: #3798BC;
}
</style>