Shades of Pelorous #379FBD
Tints of Pelorous #379FBD
RGB
CMYK
RGB Variations
Color information
#379FBD (or 0x379FBD) is known color: Pelorous. HEX triplet: 37, 9F and BD. RGB value is (55,159,189). Sum of RGB (Red+Green+Blue) = 55+159+189=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #379FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FBD is #C86042. Grayscale: #838383. Windows color (decimal): -13131843 or 12427063. OLE color: 12427063.
HSL color Cylindrical-coordinate representation of color #379FBD: hue angle of 193.43º 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 #379FBD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 159 | 189 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.26 |
| HSL | 193.43º | 0.55% | 0.48% | - |
| HSV(B) | 193.43º | 0.71% | 0.74% | - |
| XYZ | 23.16 | 29.28 | 52.58 | - |
| YUV | 131.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 189 | 0.71 | 0.16 | 0 | 0.26 | 193.43 | 0.55 | 0.48 |
| Hex | 37 | 9F | BD | 47 | 10 | 0 | 1A | C1 | 37 | 30 |
| Octal | 67 | 237 | 275 | 107 | 20 | 0 | 32 | 301 | 67 | 60 |
| Binary | 110111 | 10011111 | 10111101 | 1000111 | 10000 | 0 | 11010 | 11000001 | 110111 | 110000 |
Color Harmonies of #379FBD
Complementary color
Monochromatic Colors of #379FBD
Black with #379FBD
Text Example
Text Example
White with #379FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379FBD; }
p { color: rgb(55,159,189); }
H1.HeaderClassName
{
color: #379FBD;
}
.AnyTagClassName
{
color: #379FBD;
}
</style>
background-color css
<style>
a { background-color: #379FBD; }
a { background-color: rgb(55,159,189); }
div.DivClassName
{
background-color: #379FBD;
}
.BgClassName
{
background-color: #379FBD;
}
</style>
border-color css
<style>
span { border-color: #379FBD; }
span { border-color: rgb(55,159,189); }
td.TdClassName
{
border-color: #379FBD;
}
.TagClassName
{
border-color: #379FBD;
}
</style>