Shades of Pelorous #379CC5
Tints of Pelorous #379CC5
RGB
CMYK
RGB Variations
Color information
#379CC5 (or 0x379CC5) is known color: Pelorous. HEX triplet: 37, 9C and C5. RGB value is (55,156,197). Sum of RGB (Red+Green+Blue) = 55+156+197=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #379CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CC5 is #C8633A. Grayscale: #828282. Windows color (decimal): -13132603 or 12950583. OLE color: 12950583.
HSL color Cylindrical-coordinate representation of color #379CC5: hue angle of 197.32º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379CC5 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 156 | 197 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.23 |
| HSL | 197.32º | 0.56% | 0.49% | - |
| HSV(B) | 197.32º | 0.72% | 0.77% | - |
| XYZ | 23.54 | 28.62 | 57.11 | - |
| YUV | 130.48 | 165.54 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 197 | 0.72 | 0.21 | 0 | 0.23 | 197.32 | 0.56 | 0.49 |
| Hex | 37 | 9C | C5 | 48 | 15 | 0 | 17 | C5 | 38 | 31 |
| Octal | 67 | 234 | 305 | 110 | 25 | 0 | 27 | 305 | 70 | 61 |
| Binary | 110111 | 10011100 | 11000101 | 1001000 | 10101 | 0 | 10111 | 11000101 | 111000 | 110001 |
Color Harmonies of #379CC5
Complementary color
Monochromatic Colors of #379CC5
Black with #379CC5
Text Example
Text Example
White with #379CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CC5; }
p { color: rgb(55,156,197); }
H1.HeaderClassName
{
color: #379CC5;
}
.AnyTagClassName
{
color: #379CC5;
}
</style>
background-color css
<style>
a { background-color: #379CC5; }
a { background-color: rgb(55,156,197); }
div.DivClassName
{
background-color: #379CC5;
}
.BgClassName
{
background-color: #379CC5;
}
</style>
border-color css
<style>
span { border-color: #379CC5; }
span { border-color: rgb(55,156,197); }
td.TdClassName
{
border-color: #379CC5;
}
.TagClassName
{
border-color: #379CC5;
}
</style>