Shades of Curious Blue #317EC2
Tints of Curious Blue #317EC2
RGB
CMYK
RGB Variations
Color information
#317EC2 (or 0x317EC2) is known color: Curious Blue. HEX triplet: 31, 7E and C2. RGB value is (49,126,194). Sum of RGB (Red+Green+Blue) = 49+126+194=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #317EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317EC2 is #CE813D. Grayscale: #6E6E6E. Windows color (decimal): -13533502 or 12746289. OLE color: 12746289.
HSL color Cylindrical-coordinate representation of color #317EC2: hue angle of 208.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317EC2 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 126 | 194 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.24 |
| HSL | 208.14º | 0.6% | 0.48% | - |
| HSV(B) | 208.14º | 0.75% | 0.76% | - |
| XYZ | 18.47 | 19.47 | 53.82 | - |
| YUV | 110.73 | 174.99 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 194 | 0.75 | 0.35 | 0 | 0.24 | 208.14 | 0.6 | 0.48 |
| Hex | 31 | 7E | C2 | 4B | 23 | 0 | 18 | D0 | 3C | 30 |
| Octal | 61 | 176 | 302 | 113 | 43 | 0 | 30 | 320 | 74 | 60 |
| Binary | 110001 | 1111110 | 11000010 | 1001011 | 100011 | 0 | 11000 | 11010000 | 111100 | 110000 |
Color Harmonies of #317EC2
Complementary color
Monochromatic Colors of #317EC2
Black with #317EC2
Text Example
Text Example
White with #317EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317EC2; }
p { color: rgb(49,126,194); }
H1.HeaderClassName
{
color: #317EC2;
}
.AnyTagClassName
{
color: #317EC2;
}
</style>
background-color css
<style>
a { background-color: #317EC2; }
a { background-color: rgb(49,126,194); }
div.DivClassName
{
background-color: #317EC2;
}
.BgClassName
{
background-color: #317EC2;
}
</style>
border-color css
<style>
span { border-color: #317EC2; }
span { border-color: rgb(49,126,194); }
td.TdClassName
{
border-color: #317EC2;
}
.TagClassName
{
border-color: #317EC2;
}
</style>