Shades of Pelorous #379DB3
Tints of Pelorous #379DB3
RGB
CMYK
RGB Variations
Color information
#379DB3 (or 0x379DB3) is known color: Pelorous. HEX triplet: 37, 9D and B3. RGB value is (55,157,179). Sum of RGB (Red+Green+Blue) = 55+157+179=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #379DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DB3 is #C8624C. Grayscale: #808080. Windows color (decimal): -13132365 or 11771191. OLE color: 11771191.
HSL color Cylindrical-coordinate representation of color #379DB3: hue angle of 190.65º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379DB3 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 157 | 179 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.30 |
| HSL | 190.65º | 0.53% | 0.46% | - |
| HSV(B) | 190.65º | 0.69% | 0.7% | - |
| XYZ | 21.77 | 28.18 | 46.94 | - |
| YUV | 129.01 | 156.21 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 179 | 0.69 | 0.12 | 0 | 0.30 | 190.65 | 0.53 | 0.46 |
| Hex | 37 | 9D | B3 | 45 | C | 0 | 1E | BF | 35 | 2E |
| Octal | 67 | 235 | 263 | 105 | 14 | 0 | 36 | 277 | 65 | 56 |
| Binary | 110111 | 10011101 | 10110011 | 1000101 | 1100 | 0 | 11110 | 10111111 | 110101 | 101110 |
Color Harmonies of #379DB3
Complementary color
Monochromatic Colors of #379DB3
Black with #379DB3
Text Example
Text Example
White with #379DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DB3; }
p { color: rgb(55,157,179); }
H1.HeaderClassName
{
color: #379DB3;
}
.AnyTagClassName
{
color: #379DB3;
}
</style>
background-color css
<style>
a { background-color: #379DB3; }
a { background-color: rgb(55,157,179); }
div.DivClassName
{
background-color: #379DB3;
}
.BgClassName
{
background-color: #379DB3;
}
</style>
border-color css
<style>
span { border-color: #379DB3; }
span { border-color: rgb(55,157,179); }
td.TdClassName
{
border-color: #379DB3;
}
.TagClassName
{
border-color: #379DB3;
}
</style>