Shades of Pelorous #319BAE
Tints of Pelorous #319BAE
RGB
CMYK
RGB Variations
Color information
#319BAE (or 0x319BAE) is known color: Pelorous. HEX triplet: 31, 9B and AE. RGB value is (49,155,174). Sum of RGB (Red+Green+Blue) = 49+155+174=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #319BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BAE is #CE6451. Grayscale: #7D7D7D. Windows color (decimal): -13526098 or 11442993. OLE color: 11442993.
HSL color Cylindrical-coordinate representation of color #319BAE: hue angle of 189.12º 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 #319BAE is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 155 | 174 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.32 |
| HSL | 189.12º | 0.56% | 0.44% | - |
| HSV(B) | 189.12º | 0.72% | 0.68% | - |
| XYZ | 20.63 | 27.15 | 44.2 | - |
| YUV | 125.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 174 | 0.72 | 0.11 | 0 | 0.32 | 189.12 | 0.56 | 0.44 |
| Hex | 31 | 9B | AE | 48 | B | 0 | 20 | BD | 38 | 2C |
| Octal | 61 | 233 | 256 | 110 | 13 | 0 | 40 | 275 | 70 | 54 |
| Binary | 110001 | 10011011 | 10101110 | 1001000 | 1011 | 0 | 100000 | 10111101 | 111000 | 101100 |
Color Harmonies of #319BAE
Complementary color
Monochromatic Colors of #319BAE
Black with #319BAE
Text Example
Text Example
White with #319BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BAE; }
p { color: rgb(49,155,174); }
H1.HeaderClassName
{
color: #319BAE;
}
.AnyTagClassName
{
color: #319BAE;
}
</style>
background-color css
<style>
a { background-color: #319BAE; }
a { background-color: rgb(49,155,174); }
div.DivClassName
{
background-color: #319BAE;
}
.BgClassName
{
background-color: #319BAE;
}
</style>
border-color css
<style>
span { border-color: #319BAE; }
span { border-color: rgb(49,155,174); }
td.TdClassName
{
border-color: #319BAE;
}
.TagClassName
{
border-color: #319BAE;
}
</style>