Shades of Medium Blue #310ACF
Tints of Medium Blue #310ACF
RGB
CMYK
RGB Variations
Color information
#310ACF (or 0x310ACF) is known color: Medium Blue. HEX triplet: 31, 0A and CF. RGB value is (49,10,207). Sum of RGB (Red+Green+Blue) = 49+10+207=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #310ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ACF is #CEF530. Grayscale: #2B2B2B. Windows color (decimal): -13563185 or 13568561. OLE color: 13568561.
HSL color Cylindrical-coordinate representation of color #310ACF: hue angle of 251.88º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310ACF is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 10 | 207 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.19 |
| HSL | 251.88º | 0.91% | 0.43% | - |
| HSV(B) | 251.88º | 0.95% | 0.81% | - |
| XYZ | 12.64 | 5.38 | 59.4 | - |
| YUV | 44.12 | 219.92 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 207 | 0.76 | 0.95 | 0 | 0.19 | 251.88 | 0.91 | 0.43 |
| Hex | 31 | A | CF | 4C | 5F | 0 | 13 | FC | 5B | 2B |
| Octal | 61 | 12 | 317 | 114 | 137 | 0 | 23 | 374 | 133 | 53 |
| Binary | 110001 | 1010 | 11001111 | 1001100 | 1011111 | 0 | 10011 | 11111100 | 1011011 | 101011 |
Color Harmonies of #310ACF
Complementary color
Monochromatic Colors of #310ACF
Black with #310ACF
Text Example
Text Example
White with #310ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ACF; }
p { color: rgb(49,10,207); }
H1.HeaderClassName
{
color: #310ACF;
}
.AnyTagClassName
{
color: #310ACF;
}
</style>
background-color css
<style>
a { background-color: #310ACF; }
a { background-color: rgb(49,10,207); }
div.DivClassName
{
background-color: #310ACF;
}
.BgClassName
{
background-color: #310ACF;
}
</style>
border-color css
<style>
span { border-color: #310ACF; }
span { border-color: rgb(49,10,207); }
td.TdClassName
{
border-color: #310ACF;
}
.TagClassName
{
border-color: #310ACF;
}
</style>