Shades of Curious Blue #317BCB
Tints of Curious Blue #317BCB
RGB
CMYK
RGB Variations
Color information
#317BCB (or 0x317BCB) is known color: Curious Blue. HEX triplet: 31, 7B and CB. RGB value is (49,123,203). Sum of RGB (Red+Green+Blue) = 49+123+203=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #317BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BCB is #CE8434. Grayscale: #6D6D6D. Windows color (decimal): -13534261 or 13335345. OLE color: 13335345.
HSL color Cylindrical-coordinate representation of color #317BCB: hue angle of 211.17º 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 #317BCB is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 123 | 203 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.20 |
| HSL | 211.17º | 0.61% | 0.49% | - |
| HSV(B) | 211.17º | 0.76% | 0.8% | - |
| XYZ | 19.13 | 19.13 | 59.18 | - |
| YUV | 109.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 203 | 0.76 | 0.39 | 0 | 0.20 | 211.17 | 0.61 | 0.49 |
| Hex | 31 | 7B | CB | 4C | 27 | 0 | 14 | D3 | 3D | 31 |
| Octal | 61 | 173 | 313 | 114 | 47 | 0 | 24 | 323 | 75 | 61 |
| Binary | 110001 | 1111011 | 11001011 | 1001100 | 100111 | 0 | 10100 | 11010011 | 111101 | 110001 |
Color Harmonies of #317BCB
Complementary color
Monochromatic Colors of #317BCB
Black with #317BCB
Text Example
Text Example
White with #317BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317BCB; }
p { color: rgb(49,123,203); }
H1.HeaderClassName
{
color: #317BCB;
}
.AnyTagClassName
{
color: #317BCB;
}
</style>
background-color css
<style>
a { background-color: #317BCB; }
a { background-color: rgb(49,123,203); }
div.DivClassName
{
background-color: #317BCB;
}
.BgClassName
{
background-color: #317BCB;
}
</style>
border-color css
<style>
span { border-color: #317BCB; }
span { border-color: rgb(49,123,203); }
td.TdClassName
{
border-color: #317BCB;
}
.TagClassName
{
border-color: #317BCB;
}
</style>