Shades of Pelorous #319CBD
Tints of Pelorous #319CBD
RGB
CMYK
RGB Variations
Color information
#319CBD (or 0x319CBD) is known color: Pelorous. HEX triplet: 31, 9C and BD. RGB value is (49,156,189). Sum of RGB (Red+Green+Blue) = 49+156+189=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #319CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CBD is #CE6342. Grayscale: #7F7F7F. Windows color (decimal): -13525827 or 12426289. OLE color: 12426289.
HSL color Cylindrical-coordinate representation of color #319CBD: hue angle of 194.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319CBD is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 156 | 189 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.26 |
| HSL | 194.14º | 0.59% | 0.47% | - |
| HSV(B) | 194.14º | 0.74% | 0.74% | - |
| XYZ | 22.34 | 28.1 | 52.39 | - |
| YUV | 127.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 189 | 0.74 | 0.17 | 0 | 0.26 | 194.14 | 0.59 | 0.47 |
| Hex | 31 | 9C | BD | 4A | 11 | 0 | 1A | C2 | 3B | 2F |
| Octal | 61 | 234 | 275 | 112 | 21 | 0 | 32 | 302 | 73 | 57 |
| Binary | 110001 | 10011100 | 10111101 | 1001010 | 10001 | 0 | 11010 | 11000010 | 111011 | 101111 |
Color Harmonies of #319CBD
Complementary color
Monochromatic Colors of #319CBD
Black with #319CBD
Text Example
Text Example
White with #319CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CBD; }
p { color: rgb(49,156,189); }
H1.HeaderClassName
{
color: #319CBD;
}
.AnyTagClassName
{
color: #319CBD;
}
</style>
background-color css
<style>
a { background-color: #319CBD; }
a { background-color: rgb(49,156,189); }
div.DivClassName
{
background-color: #319CBD;
}
.BgClassName
{
background-color: #319CBD;
}
</style>
border-color css
<style>
span { border-color: #319CBD; }
span { border-color: rgb(49,156,189); }
td.TdClassName
{
border-color: #319CBD;
}
.TagClassName
{
border-color: #319CBD;
}
</style>