Shades of Curious Blue #317CCB
Tints of Curious Blue #317CCB
RGB
CMYK
RGB Variations
Color information
#317CCB (or 0x317CCB) is known color: Curious Blue. HEX triplet: 31, 7C and CB. RGB value is (49,124,203). Sum of RGB (Red+Green+Blue) = 49+124+203=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #317CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CCB is #CE8334. Grayscale: #6E6E6E. Windows color (decimal): -13534005 or 13335601. OLE color: 13335601.
HSL color Cylindrical-coordinate representation of color #317CCB: hue angle of 210.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317CCB is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 124 | 203 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.20 |
| HSL | 210.78º | 0.61% | 0.49% | - |
| HSV(B) | 210.78º | 0.76% | 0.8% | - |
| XYZ | 19.25 | 19.38 | 59.23 | - |
| YUV | 110.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 203 | 0.76 | 0.39 | 0 | 0.20 | 210.78 | 0.61 | 0.49 |
| Hex | 31 | 7C | CB | 4C | 27 | 0 | 14 | D3 | 3D | 31 |
| Octal | 61 | 174 | 313 | 114 | 47 | 0 | 24 | 323 | 75 | 61 |
| Binary | 110001 | 1111100 | 11001011 | 1001100 | 100111 | 0 | 10100 | 11010011 | 111101 | 110001 |
Color Harmonies of #317CCB
Complementary color
Monochromatic Colors of #317CCB
Black with #317CCB
Text Example
Text Example
White with #317CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317CCB; }
p { color: rgb(49,124,203); }
H1.HeaderClassName
{
color: #317CCB;
}
.AnyTagClassName
{
color: #317CCB;
}
</style>
background-color css
<style>
a { background-color: #317CCB; }
a { background-color: rgb(49,124,203); }
div.DivClassName
{
background-color: #317CCB;
}
.BgClassName
{
background-color: #317CCB;
}
</style>
border-color css
<style>
span { border-color: #317CCB; }
span { border-color: rgb(49,124,203); }
td.TdClassName
{
border-color: #317CCB;
}
.TagClassName
{
border-color: #317CCB;
}
</style>