Shades of Curious Blue #317DCC
Tints of Curious Blue #317DCC
RGB
CMYK
RGB Variations
Color information
#317DCC (or 0x317DCC) is known color: Curious Blue. HEX triplet: 31, 7D and CC. RGB value is (49,125,204). Sum of RGB (Red+Green+Blue) = 49+125+204=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #317DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DCC is #CE8233. Grayscale: #6E6E6E. Windows color (decimal): -13533748 or 13401393. OLE color: 13401393.
HSL color Cylindrical-coordinate representation of color #317DCC: hue angle of 210.58º 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 #317DCC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 125 | 204 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.2 |
| HSL | 210.58º | 0.61% | 0.5% | - |
| HSV(B) | 210.58º | 0.76% | 0.8% | - |
| XYZ | 19.5 | 19.68 | 59.9 | - |
| YUV | 111.28 | 180.32 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 204 | 0.76 | 0.39 | 0 | 0.2 | 210.58 | 0.61 | 0.5 |
| Hex | 31 | 7D | CC | 4C | 27 | 0 | 14 | D3 | 3D | 32 |
| Octal | 61 | 175 | 314 | 114 | 47 | 0 | 24 | 323 | 75 | 62 |
| Binary | 110001 | 1111101 | 11001100 | 1001100 | 100111 | 0 | 10100 | 11010011 | 111101 | 110010 |
Color Harmonies of #317DCC
Complementary color
Monochromatic Colors of #317DCC
Black with #317DCC
Text Example
Text Example
White with #317DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317DCC; }
p { color: rgb(49,125,204); }
H1.HeaderClassName
{
color: #317DCC;
}
.AnyTagClassName
{
color: #317DCC;
}
</style>
background-color css
<style>
a { background-color: #317DCC; }
a { background-color: rgb(49,125,204); }
div.DivClassName
{
background-color: #317DCC;
}
.BgClassName
{
background-color: #317DCC;
}
</style>
border-color css
<style>
span { border-color: #317DCC; }
span { border-color: rgb(49,125,204); }
td.TdClassName
{
border-color: #317DCC;
}
.TagClassName
{
border-color: #317DCC;
}
</style>