Shades of Pelorous #319ABE
Tints of Pelorous #319ABE
RGB
CMYK
RGB Variations
Color information
#319ABE (or 0x319ABE) is known color: Pelorous. HEX triplet: 31, 9A and BE. RGB value is (49,154,190). Sum of RGB (Red+Green+Blue) = 49+154+190=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #319ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ABE is #CE6541. Grayscale: #7E7E7E. Windows color (decimal): -13526338 or 12491313. OLE color: 12491313.
HSL color Cylindrical-coordinate representation of color #319ABE: hue angle of 195.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319ABE is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 154 | 190 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.25 |
| HSL | 195.32º | 0.59% | 0.47% | - |
| HSV(B) | 195.32º | 0.74% | 0.75% | - |
| XYZ | 22.12 | 27.48 | 52.85 | - |
| YUV | 126.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 190 | 0.74 | 0.19 | 0 | 0.25 | 195.32 | 0.59 | 0.47 |
| Hex | 31 | 9A | BE | 4A | 13 | 0 | 19 | C3 | 3B | 2F |
| Octal | 61 | 232 | 276 | 112 | 23 | 0 | 31 | 303 | 73 | 57 |
| Binary | 110001 | 10011010 | 10111110 | 1001010 | 10011 | 0 | 11001 | 11000011 | 111011 | 101111 |
Color Harmonies of #319ABE
Complementary color
Monochromatic Colors of #319ABE
Black with #319ABE
Text Example
Text Example
White with #319ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ABE; }
p { color: rgb(49,154,190); }
H1.HeaderClassName
{
color: #319ABE;
}
.AnyTagClassName
{
color: #319ABE;
}
</style>
background-color css
<style>
a { background-color: #319ABE; }
a { background-color: rgb(49,154,190); }
div.DivClassName
{
background-color: #319ABE;
}
.BgClassName
{
background-color: #319ABE;
}
</style>
border-color css
<style>
span { border-color: #319ABE; }
span { border-color: rgb(49,154,190); }
td.TdClassName
{
border-color: #319ABE;
}
.TagClassName
{
border-color: #319ABE;
}
</style>