Shades of Curious Blue #317ECC
Tints of Curious Blue #317ECC
RGB
CMYK
RGB Variations
Color information
#317ECC (or 0x317ECC) is known color: Curious Blue. HEX triplet: 31, 7E and CC. RGB value is (49,126,204). Sum of RGB (Red+Green+Blue) = 49+126+204=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #317ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ECC is #CE8133. Grayscale: #6F6F6F. Windows color (decimal): -13533492 or 13401649. OLE color: 13401649.
HSL color Cylindrical-coordinate representation of color #317ECC: hue angle of 210.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317ECC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 126 | 204 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.2 |
| HSL | 210.19º | 0.61% | 0.5% | - |
| HSV(B) | 210.19º | 0.76% | 0.8% | - |
| XYZ | 19.63 | 19.93 | 59.94 | - |
| YUV | 111.87 | 179.99 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 204 | 0.76 | 0.38 | 0 | 0.2 | 210.19 | 0.61 | 0.5 |
| Hex | 31 | 7E | CC | 4C | 26 | 0 | 14 | D2 | 3D | 32 |
| Octal | 61 | 176 | 314 | 114 | 46 | 0 | 24 | 322 | 75 | 62 |
| Binary | 110001 | 1111110 | 11001100 | 1001100 | 100110 | 0 | 10100 | 11010010 | 111101 | 110010 |
Color Harmonies of #317ECC
Complementary color
Monochromatic Colors of #317ECC
Black with #317ECC
Text Example
Text Example
White with #317ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317ECC; }
p { color: rgb(49,126,204); }
H1.HeaderClassName
{
color: #317ECC;
}
.AnyTagClassName
{
color: #317ECC;
}
</style>
background-color css
<style>
a { background-color: #317ECC; }
a { background-color: rgb(49,126,204); }
div.DivClassName
{
background-color: #317ECC;
}
.BgClassName
{
background-color: #317ECC;
}
</style>
border-color css
<style>
span { border-color: #317ECC; }
span { border-color: rgb(49,126,204); }
td.TdClassName
{
border-color: #317ECC;
}
.TagClassName
{
border-color: #317ECC;
}
</style>