Shades of Pelorous #379DB4
Tints of Pelorous #379DB4
RGB
CMYK
RGB Variations
Color information
#379DB4 (or 0x379DB4) is known color: Pelorous. HEX triplet: 37, 9D and B4. RGB value is (55,157,180). Sum of RGB (Red+Green+Blue) = 55+157+180=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #379DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DB4 is #C8624B. Grayscale: #808080. Windows color (decimal): -13132364 or 11836727. OLE color: 11836727.
HSL color Cylindrical-coordinate representation of color #379DB4: hue angle of 191.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379DB4 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 157 | 180 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.29 |
| HSL | 191.04º | 0.53% | 0.46% | - |
| HSV(B) | 191.04º | 0.69% | 0.71% | - |
| XYZ | 21.87 | 28.22 | 47.47 | - |
| YUV | 129.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 180 | 0.69 | 0.13 | 0 | 0.29 | 191.04 | 0.53 | 0.46 |
| Hex | 37 | 9D | B4 | 45 | D | 0 | 1D | BF | 35 | 2E |
| Octal | 67 | 235 | 264 | 105 | 15 | 0 | 35 | 277 | 65 | 56 |
| Binary | 110111 | 10011101 | 10110100 | 1000101 | 1101 | 0 | 11101 | 10111111 | 110101 | 101110 |
Color Harmonies of #379DB4
Complementary color
Monochromatic Colors of #379DB4
Black with #379DB4
Text Example
Text Example
White with #379DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DB4; }
p { color: rgb(55,157,180); }
H1.HeaderClassName
{
color: #379DB4;
}
.AnyTagClassName
{
color: #379DB4;
}
</style>
background-color css
<style>
a { background-color: #379DB4; }
a { background-color: rgb(55,157,180); }
div.DivClassName
{
background-color: #379DB4;
}
.BgClassName
{
background-color: #379DB4;
}
</style>
border-color css
<style>
span { border-color: #379DB4; }
span { border-color: rgb(55,157,180); }
td.TdClassName
{
border-color: #379DB4;
}
.TagClassName
{
border-color: #379DB4;
}
</style>