Shades of Pelorous #379AAF
Tints of Pelorous #379AAF
RGB
CMYK
RGB Variations
Color information
#379AAF (or 0x379AAF) is known color: Pelorous. HEX triplet: 37, 9A and AF. RGB value is (55,154,175). Sum of RGB (Red+Green+Blue) = 55+154+175=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #379AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AAF is #C86550. Grayscale: #7E7E7E. Windows color (decimal): -13133137 or 11508279. OLE color: 11508279.
HSL color Cylindrical-coordinate representation of color #379AAF: hue angle of 190.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379AAF is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 154 | 175 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.31 |
| HSL | 190.5º | 0.52% | 0.45% | - |
| HSV(B) | 190.5º | 0.69% | 0.69% | - |
| XYZ | 20.87 | 27.02 | 44.67 | - |
| YUV | 126.79 | 155.2 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 175 | 0.69 | 0.12 | 0 | 0.31 | 190.5 | 0.52 | 0.45 |
| Hex | 37 | 9A | AF | 45 | C | 0 | 1F | BE | 34 | 2D |
| Octal | 67 | 232 | 257 | 105 | 14 | 0 | 37 | 276 | 64 | 55 |
| Binary | 110111 | 10011010 | 10101111 | 1000101 | 1100 | 0 | 11111 | 10111110 | 110100 | 101101 |
Color Harmonies of #379AAF
Complementary color
Monochromatic Colors of #379AAF
Black with #379AAF
Text Example
Text Example
White with #379AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379AAF; }
p { color: rgb(55,154,175); }
H1.HeaderClassName
{
color: #379AAF;
}
.AnyTagClassName
{
color: #379AAF;
}
</style>
background-color css
<style>
a { background-color: #379AAF; }
a { background-color: rgb(55,154,175); }
div.DivClassName
{
background-color: #379AAF;
}
.BgClassName
{
background-color: #379AAF;
}
</style>
border-color css
<style>
span { border-color: #379AAF; }
span { border-color: rgb(55,154,175); }
td.TdClassName
{
border-color: #379AAF;
}
.TagClassName
{
border-color: #379AAF;
}
</style>