Shades of Pelorous #379BC5
Tints of Pelorous #379BC5
RGB
CMYK
RGB Variations
Color information
#379BC5 (or 0x379BC5) is known color: Pelorous. HEX triplet: 37, 9B and C5. RGB value is (55,155,197). Sum of RGB (Red+Green+Blue) = 55+155+197=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #379BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BC5 is #C8643A. Grayscale: #818181. Windows color (decimal): -13132859 or 12950327. OLE color: 12950327.
HSL color Cylindrical-coordinate representation of color #379BC5: hue angle of 197.75º 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 #379BC5 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 155 | 197 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.23 |
| HSL | 197.75º | 0.56% | 0.49% | - |
| HSV(B) | 197.75º | 0.72% | 0.77% | - |
| XYZ | 23.37 | 28.29 | 57.05 | - |
| YUV | 129.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 197 | 0.72 | 0.21 | 0 | 0.23 | 197.75 | 0.56 | 0.49 |
| Hex | 37 | 9B | C5 | 48 | 15 | 0 | 17 | C6 | 38 | 31 |
| Octal | 67 | 233 | 305 | 110 | 25 | 0 | 27 | 306 | 70 | 61 |
| Binary | 110111 | 10011011 | 11000101 | 1001000 | 10101 | 0 | 10111 | 11000110 | 111000 | 110001 |
Color Harmonies of #379BC5
Complementary color
Monochromatic Colors of #379BC5
Black with #379BC5
Text Example
Text Example
White with #379BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BC5; }
p { color: rgb(55,155,197); }
H1.HeaderClassName
{
color: #379BC5;
}
.AnyTagClassName
{
color: #379BC5;
}
</style>
background-color css
<style>
a { background-color: #379BC5; }
a { background-color: rgb(55,155,197); }
div.DivClassName
{
background-color: #379BC5;
}
.BgClassName
{
background-color: #379BC5;
}
</style>
border-color css
<style>
span { border-color: #379BC5; }
span { border-color: rgb(55,155,197); }
td.TdClassName
{
border-color: #379BC5;
}
.TagClassName
{
border-color: #379BC5;
}
</style>