Shades of Curious Blue #317FCC
Tints of Curious Blue #317FCC
RGB
CMYK
RGB Variations
Color information
#317FCC (or 0x317FCC) is known color: Curious Blue. HEX triplet: 31, 7F and CC. RGB value is (49,127,204). Sum of RGB (Red+Green+Blue) = 49+127+204=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #317FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FCC is #CE8033. Grayscale: #707070. Windows color (decimal): -13533236 or 13401905. OLE color: 13401905.
HSL color Cylindrical-coordinate representation of color #317FCC: hue angle of 209.81º 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 #317FCC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 127 | 204 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.2 |
| HSL | 209.81º | 0.61% | 0.5% | - |
| HSV(B) | 209.81º | 0.76% | 0.8% | - |
| XYZ | 19.76 | 20.19 | 59.98 | - |
| YUV | 112.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 204 | 0.76 | 0.38 | 0 | 0.2 | 209.81 | 0.61 | 0.5 |
| Hex | 31 | 7F | CC | 4C | 26 | 0 | 14 | D2 | 3D | 32 |
| Octal | 61 | 177 | 314 | 114 | 46 | 0 | 24 | 322 | 75 | 62 |
| Binary | 110001 | 1111111 | 11001100 | 1001100 | 100110 | 0 | 10100 | 11010010 | 111101 | 110010 |
Color Harmonies of #317FCC
Complementary color
Monochromatic Colors of #317FCC
Black with #317FCC
Text Example
Text Example
White with #317FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317FCC; }
p { color: rgb(49,127,204); }
H1.HeaderClassName
{
color: #317FCC;
}
.AnyTagClassName
{
color: #317FCC;
}
</style>
background-color css
<style>
a { background-color: #317FCC; }
a { background-color: rgb(49,127,204); }
div.DivClassName
{
background-color: #317FCC;
}
.BgClassName
{
background-color: #317FCC;
}
</style>
border-color css
<style>
span { border-color: #317FCC; }
span { border-color: rgb(49,127,204); }
td.TdClassName
{
border-color: #317FCC;
}
.TagClassName
{
border-color: #317FCC;
}
</style>