Shades of Curious Blue #317CCC
Tints of Curious Blue #317CCC
RGB
CMYK
RGB Variations
Color information
#317CCC (or 0x317CCC) is known color: Curious Blue. HEX triplet: 31, 7C and CC. RGB value is (49,124,204). Sum of RGB (Red+Green+Blue) = 49+124+204=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #317CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CCC is #CE8333. Grayscale: #6E6E6E. Windows color (decimal): -13534004 or 13401137. OLE color: 13401137.
HSL color Cylindrical-coordinate representation of color #317CCC: hue angle of 210.97º 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 #317CCC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 124 | 204 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.2 |
| HSL | 210.97º | 0.61% | 0.5% | - |
| HSV(B) | 210.97º | 0.76% | 0.8% | - |
| XYZ | 19.37 | 19.43 | 59.86 | - |
| YUV | 110.7 | 180.65 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 204 | 0.76 | 0.39 | 0 | 0.2 | 210.97 | 0.61 | 0.5 |
| Hex | 31 | 7C | CC | 4C | 27 | 0 | 14 | D3 | 3D | 32 |
| Octal | 61 | 174 | 314 | 114 | 47 | 0 | 24 | 323 | 75 | 62 |
| Binary | 110001 | 1111100 | 11001100 | 1001100 | 100111 | 0 | 10100 | 11010011 | 111101 | 110010 |
Color Harmonies of #317CCC
Complementary color
Monochromatic Colors of #317CCC
Black with #317CCC
Text Example
Text Example
White with #317CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317CCC; }
p { color: rgb(49,124,204); }
H1.HeaderClassName
{
color: #317CCC;
}
.AnyTagClassName
{
color: #317CCC;
}
</style>
background-color css
<style>
a { background-color: #317CCC; }
a { background-color: rgb(49,124,204); }
div.DivClassName
{
background-color: #317CCC;
}
.BgClassName
{
background-color: #317CCC;
}
</style>
border-color css
<style>
span { border-color: #317CCC; }
span { border-color: rgb(49,124,204); }
td.TdClassName
{
border-color: #317CCC;
}
.TagClassName
{
border-color: #317CCC;
}
</style>