Shades of Pelorous #379CBA
Tints of Pelorous #379CBA
RGB
CMYK
RGB Variations
Color information
#379CBA (or 0x379CBA) is known color: Pelorous. HEX triplet: 37, 9C and BA. RGB value is (55,156,186). Sum of RGB (Red+Green+Blue) = 55+156+186=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #379CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CBA is #C86345. Grayscale: #818181. Windows color (decimal): -13132614 or 12229687. OLE color: 12229687.
HSL color Cylindrical-coordinate representation of color #379CBA: hue angle of 193.74º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #379CBA is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 156 | 186 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.27 |
| HSL | 193.74º | 0.54% | 0.47% | - |
| HSV(B) | 193.74º | 0.7% | 0.73% | - |
| XYZ | 22.33 | 28.13 | 50.71 | - |
| YUV | 129.22 | 160.04 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 186 | 0.70 | 0.16 | 0 | 0.27 | 193.74 | 0.54 | 0.47 |
| Hex | 37 | 9C | BA | 46 | 10 | 0 | 1B | C2 | 36 | 2F |
| Octal | 67 | 234 | 272 | 106 | 20 | 0 | 33 | 302 | 66 | 57 |
| Binary | 110111 | 10011100 | 10111010 | 1000110 | 10000 | 0 | 11011 | 11000010 | 110110 | 101111 |
Color Harmonies of #379CBA
Complementary color
Monochromatic Colors of #379CBA
Black with #379CBA
Text Example
Text Example
White with #379CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CBA; }
p { color: rgb(55,156,186); }
H1.HeaderClassName
{
color: #379CBA;
}
.AnyTagClassName
{
color: #379CBA;
}
</style>
background-color css
<style>
a { background-color: #379CBA; }
a { background-color: rgb(55,156,186); }
div.DivClassName
{
background-color: #379CBA;
}
.BgClassName
{
background-color: #379CBA;
}
</style>
border-color css
<style>
span { border-color: #379CBA; }
span { border-color: rgb(55,156,186); }
td.TdClassName
{
border-color: #379CBA;
}
.TagClassName
{
border-color: #379CBA;
}
</style>