Shades of Pelorous #319EAA
Tints of Pelorous #319EAA
RGB
CMYK
RGB Variations
Color information
#319EAA (or 0x319EAA) is known color: Pelorous. HEX triplet: 31, 9E and AA. RGB value is (49,158,170). Sum of RGB (Red+Green+Blue) = 49+158+170=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #319EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319EAA is #CE6155. Grayscale: #7E7E7E. Windows color (decimal): -13525334 or 11181617. OLE color: 11181617.
HSL color Cylindrical-coordinate representation of color #319EAA: hue angle of 185.95º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319EAA is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 158 | 170 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.33 |
| HSL | 185.95º | 0.55% | 0.43% | - |
| HSV(B) | 185.95º | 0.71% | 0.67% | - |
| XYZ | 20.75 | 28.01 | 42.34 | - |
| YUV | 126.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 170 | 0.71 | 0.07 | 0 | 0.33 | 185.95 | 0.55 | 0.43 |
| Hex | 31 | 9E | AA | 47 | 7 | 0 | 21 | BA | 37 | 2B |
| Octal | 61 | 236 | 252 | 107 | 7 | 0 | 41 | 272 | 67 | 53 |
| Binary | 110001 | 10011110 | 10101010 | 1000111 | 111 | 0 | 100001 | 10111010 | 110111 | 101011 |
Color Harmonies of #319EAA
Complementary color
Monochromatic Colors of #319EAA
Black with #319EAA
Text Example
Text Example
White with #319EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EAA; }
p { color: rgb(49,158,170); }
H1.HeaderClassName
{
color: #319EAA;
}
.AnyTagClassName
{
color: #319EAA;
}
</style>
background-color css
<style>
a { background-color: #319EAA; }
a { background-color: rgb(49,158,170); }
div.DivClassName
{
background-color: #319EAA;
}
.BgClassName
{
background-color: #319EAA;
}
</style>
border-color css
<style>
span { border-color: #319EAA; }
span { border-color: rgb(49,158,170); }
td.TdClassName
{
border-color: #319EAA;
}
.TagClassName
{
border-color: #319EAA;
}
</style>