Shades of Pelorous #319EAE
Tints of Pelorous #319EAE
RGB
CMYK
RGB Variations
Color information
#319EAE (or 0x319EAE) is known color: Pelorous. HEX triplet: 31, 9E and AE. RGB value is (49,158,174). Sum of RGB (Red+Green+Blue) = 49+158+174=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #319EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319EAE is #CE6151. Grayscale: #7F7F7F. Windows color (decimal): -13525330 or 11443761. OLE color: 11443761.
HSL color Cylindrical-coordinate representation of color #319EAE: hue angle of 187.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319EAE is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 158 | 174 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.32 |
| HSL | 187.68º | 0.56% | 0.44% | - |
| HSV(B) | 187.68º | 0.72% | 0.68% | - |
| XYZ | 21.13 | 28.16 | 44.37 | - |
| YUV | 127.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 174 | 0.72 | 0.09 | 0 | 0.32 | 187.68 | 0.56 | 0.44 |
| Hex | 31 | 9E | AE | 48 | 9 | 0 | 20 | BC | 38 | 2C |
| Octal | 61 | 236 | 256 | 110 | 11 | 0 | 40 | 274 | 70 | 54 |
| Binary | 110001 | 10011110 | 10101110 | 1001000 | 1001 | 0 | 100000 | 10111100 | 111000 | 101100 |
Color Harmonies of #319EAE
Complementary color
Monochromatic Colors of #319EAE
Black with #319EAE
Text Example
Text Example
White with #319EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EAE; }
p { color: rgb(49,158,174); }
H1.HeaderClassName
{
color: #319EAE;
}
.AnyTagClassName
{
color: #319EAE;
}
</style>
background-color css
<style>
a { background-color: #319EAE; }
a { background-color: rgb(49,158,174); }
div.DivClassName
{
background-color: #319EAE;
}
.BgClassName
{
background-color: #319EAE;
}
</style>
border-color css
<style>
span { border-color: #319EAE; }
span { border-color: rgb(49,158,174); }
td.TdClassName
{
border-color: #319EAE;
}
.TagClassName
{
border-color: #319EAE;
}
</style>