Shades of Curious Blue #317FCD
Tints of Curious Blue #317FCD
RGB
CMYK
RGB Variations
Color information
#317FCD (or 0x317FCD) is known color: Curious Blue. HEX triplet: 31, 7F and CD. RGB value is (49,127,205). Sum of RGB (Red+Green+Blue) = 49+127+205=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #317FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FCD is #CE8032. Grayscale: #707070. Windows color (decimal): -13533235 or 13467441. OLE color: 13467441.
HSL color Cylindrical-coordinate representation of color #317FCD: hue angle of 210º 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 #317FCD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 127 | 205 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.20 |
| HSL | 210º | 0.61% | 0.5% | - |
| HSV(B) | 210º | 0.76% | 0.8% | - |
| XYZ | 19.88 | 20.24 | 60.62 | - |
| YUV | 112.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 205 | 0.76 | 0.38 | 0 | 0.20 | 210 | 0.61 | 0.5 |
| Hex | 31 | 7F | CD | 4C | 26 | 0 | 14 | D2 | 3D | 32 |
| Octal | 61 | 177 | 315 | 114 | 46 | 0 | 24 | 322 | 75 | 62 |
| Binary | 110001 | 1111111 | 11001101 | 1001100 | 100110 | 0 | 10100 | 11010010 | 111101 | 110010 |
Color Harmonies of #317FCD
Complementary color
Monochromatic Colors of #317FCD
Black with #317FCD
Text Example
Text Example
White with #317FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317FCD; }
p { color: rgb(49,127,205); }
H1.HeaderClassName
{
color: #317FCD;
}
.AnyTagClassName
{
color: #317FCD;
}
</style>
background-color css
<style>
a { background-color: #317FCD; }
a { background-color: rgb(49,127,205); }
div.DivClassName
{
background-color: #317FCD;
}
.BgClassName
{
background-color: #317FCD;
}
</style>
border-color css
<style>
span { border-color: #317FCD; }
span { border-color: rgb(49,127,205); }
td.TdClassName
{
border-color: #317FCD;
}
.TagClassName
{
border-color: #317FCD;
}
</style>