Shades of Pelorous #379CC1
Tints of Pelorous #379CC1
RGB
CMYK
RGB Variations
Color information
#379CC1 (or 0x379CC1) is known color: Pelorous. HEX triplet: 37, 9C and C1. RGB value is (55,156,193). Sum of RGB (Red+Green+Blue) = 55+156+193=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #379CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CC1 is #C8633E. Grayscale: #818181. Windows color (decimal): -13132607 or 12688439. OLE color: 12688439.
HSL color Cylindrical-coordinate representation of color #379CC1: hue angle of 196.09º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379CC1 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 156 | 193 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.24 |
| HSL | 196.09º | 0.56% | 0.49% | - |
| HSV(B) | 196.09º | 0.72% | 0.76% | - |
| XYZ | 23.09 | 28.44 | 54.72 | - |
| YUV | 130.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 193 | 0.72 | 0.19 | 0 | 0.24 | 196.09 | 0.56 | 0.49 |
| Hex | 37 | 9C | C1 | 48 | 13 | 0 | 18 | C4 | 38 | 31 |
| Octal | 67 | 234 | 301 | 110 | 23 | 0 | 30 | 304 | 70 | 61 |
| Binary | 110111 | 10011100 | 11000001 | 1001000 | 10011 | 0 | 11000 | 11000100 | 111000 | 110001 |
Color Harmonies of #379CC1
Complementary color
Monochromatic Colors of #379CC1
Black with #379CC1
Text Example
Text Example
White with #379CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CC1; }
p { color: rgb(55,156,193); }
H1.HeaderClassName
{
color: #379CC1;
}
.AnyTagClassName
{
color: #379CC1;
}
</style>
background-color css
<style>
a { background-color: #379CC1; }
a { background-color: rgb(55,156,193); }
div.DivClassName
{
background-color: #379CC1;
}
.BgClassName
{
background-color: #379CC1;
}
</style>
border-color css
<style>
span { border-color: #379CC1; }
span { border-color: rgb(55,156,193); }
td.TdClassName
{
border-color: #379CC1;
}
.TagClassName
{
border-color: #379CC1;
}
</style>