Shades of Pelorous #319AAF
Tints of Pelorous #319AAF
RGB
CMYK
RGB Variations
Color information
#319AAF (or 0x319AAF) is known color: Pelorous. HEX triplet: 31, 9A and AF. RGB value is (49,154,175). Sum of RGB (Red+Green+Blue) = 49+154+175=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #319AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319AAF is #CE6550. Grayscale: #7C7C7C. Windows color (decimal): -13526353 or 11508273. OLE color: 11508273.
HSL color Cylindrical-coordinate representation of color #319AAF: hue angle of 190º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319AAF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 154 | 175 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.31 |
| HSL | 190º | 0.56% | 0.44% | - |
| HSV(B) | 190º | 0.72% | 0.69% | - |
| XYZ | 20.56 | 26.86 | 44.66 | - |
| YUV | 125 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 175 | 0.72 | 0.12 | 0 | 0.31 | 190 | 0.56 | 0.44 |
| Hex | 31 | 9A | AF | 48 | C | 0 | 1F | BE | 38 | 2C |
| Octal | 61 | 232 | 257 | 110 | 14 | 0 | 37 | 276 | 70 | 54 |
| Binary | 110001 | 10011010 | 10101111 | 1001000 | 1100 | 0 | 11111 | 10111110 | 111000 | 101100 |
Color Harmonies of #319AAF
Complementary color
Monochromatic Colors of #319AAF
Black with #319AAF
Text Example
Text Example
White with #319AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319AAF; }
p { color: rgb(49,154,175); }
H1.HeaderClassName
{
color: #319AAF;
}
.AnyTagClassName
{
color: #319AAF;
}
</style>
background-color css
<style>
a { background-color: #319AAF; }
a { background-color: rgb(49,154,175); }
div.DivClassName
{
background-color: #319AAF;
}
.BgClassName
{
background-color: #319AAF;
}
</style>
border-color css
<style>
span { border-color: #319AAF; }
span { border-color: rgb(49,154,175); }
td.TdClassName
{
border-color: #319AAF;
}
.TagClassName
{
border-color: #319AAF;
}
</style>