Shades of Pelorous #379DBD
Tints of Pelorous #379DBD
RGB
CMYK
RGB Variations
Color information
#379DBD (or 0x379DBD) is known color: Pelorous. HEX triplet: 37, 9D and BD. RGB value is (55,157,189). Sum of RGB (Red+Green+Blue) = 55+157+189=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #379DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DBD is #C86242. Grayscale: #818181. Windows color (decimal): -13132355 or 12426551. OLE color: 12426551.
HSL color Cylindrical-coordinate representation of color #379DBD: hue angle of 194.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #379DBD is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 157 | 189 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.26 |
| HSL | 194.33º | 0.55% | 0.48% | - |
| HSV(B) | 194.33º | 0.71% | 0.74% | - |
| XYZ | 22.82 | 28.6 | 52.46 | - |
| YUV | 130.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 189 | 0.71 | 0.17 | 0 | 0.26 | 194.33 | 0.55 | 0.48 |
| Hex | 37 | 9D | BD | 47 | 11 | 0 | 1A | C2 | 37 | 30 |
| Octal | 67 | 235 | 275 | 107 | 21 | 0 | 32 | 302 | 67 | 60 |
| Binary | 110111 | 10011101 | 10111101 | 1000111 | 10001 | 0 | 11010 | 11000010 | 110111 | 110000 |
Color Harmonies of #379DBD
Complementary color
Monochromatic Colors of #379DBD
Black with #379DBD
Text Example
Text Example
White with #379DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DBD; }
p { color: rgb(55,157,189); }
H1.HeaderClassName
{
color: #379DBD;
}
.AnyTagClassName
{
color: #379DBD;
}
</style>
background-color css
<style>
a { background-color: #379DBD; }
a { background-color: rgb(55,157,189); }
div.DivClassName
{
background-color: #379DBD;
}
.BgClassName
{
background-color: #379DBD;
}
</style>
border-color css
<style>
span { border-color: #379DBD; }
span { border-color: rgb(55,157,189); }
td.TdClassName
{
border-color: #379DBD;
}
.TagClassName
{
border-color: #379DBD;
}
</style>