Shades of Pelorous #379CAD
Tints of Pelorous #379CAD
RGB
CMYK
RGB Variations
Color information
#379CAD (or 0x379CAD) is known color: Pelorous. HEX triplet: 37, 9C and AD. RGB value is (55,156,173). Sum of RGB (Red+Green+Blue) = 55+156+173=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #379CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379CAD is #C86352. Grayscale: #7F7F7F. Windows color (decimal): -13132627 or 11377719. OLE color: 11377719.
HSL color Cylindrical-coordinate representation of color #379CAD: hue angle of 188.64º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379CAD is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 156 | 173 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.32 |
| HSL | 188.64º | 0.52% | 0.45% | - |
| HSV(B) | 188.64º | 0.68% | 0.68% | - |
| XYZ | 21.01 | 27.61 | 43.76 | - |
| YUV | 127.74 | 153.54 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 173 | 0.68 | 0.10 | 0 | 0.32 | 188.64 | 0.52 | 0.45 |
| Hex | 37 | 9C | AD | 44 | A | 0 | 20 | BD | 34 | 2D |
| Octal | 67 | 234 | 255 | 104 | 12 | 0 | 40 | 275 | 64 | 55 |
| Binary | 110111 | 10011100 | 10101101 | 1000100 | 1010 | 0 | 100000 | 10111101 | 110100 | 101101 |
Color Harmonies of #379CAD
Complementary color
Monochromatic Colors of #379CAD
Black with #379CAD
Text Example
Text Example
White with #379CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CAD; }
p { color: rgb(55,156,173); }
H1.HeaderClassName
{
color: #379CAD;
}
.AnyTagClassName
{
color: #379CAD;
}
</style>
background-color css
<style>
a { background-color: #379CAD; }
a { background-color: rgb(55,156,173); }
div.DivClassName
{
background-color: #379CAD;
}
.BgClassName
{
background-color: #379CAD;
}
</style>
border-color css
<style>
span { border-color: #379CAD; }
span { border-color: rgb(55,156,173); }
td.TdClassName
{
border-color: #379CAD;
}
.TagClassName
{
border-color: #379CAD;
}
</style>