Shades of Curious Blue #317ECB
Tints of Curious Blue #317ECB
RGB
CMYK
RGB Variations
Color information
#317ECB (or 0x317ECB) is known color: Curious Blue. HEX triplet: 31, 7E and CB. RGB value is (49,126,203). Sum of RGB (Red+Green+Blue) = 49+126+203=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #317ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ECB is #CE8134. Grayscale: #6F6F6F. Windows color (decimal): -13533493 or 13336113. OLE color: 13336113.
HSL color Cylindrical-coordinate representation of color #317ECB: hue angle of 210º 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 #317ECB is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 126 | 203 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.20 |
| HSL | 210º | 0.61% | 0.49% | - |
| HSV(B) | 210º | 0.76% | 0.8% | - |
| XYZ | 19.51 | 19.89 | 59.31 | - |
| YUV | 111.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 203 | 0.76 | 0.38 | 0 | 0.20 | 210 | 0.61 | 0.49 |
| Hex | 31 | 7E | CB | 4C | 26 | 0 | 14 | D2 | 3D | 31 |
| Octal | 61 | 176 | 313 | 114 | 46 | 0 | 24 | 322 | 75 | 61 |
| Binary | 110001 | 1111110 | 11001011 | 1001100 | 100110 | 0 | 10100 | 11010010 | 111101 | 110001 |
Color Harmonies of #317ECB
Complementary color
Monochromatic Colors of #317ECB
Black with #317ECB
Text Example
Text Example
White with #317ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317ECB; }
p { color: rgb(49,126,203); }
H1.HeaderClassName
{
color: #317ECB;
}
.AnyTagClassName
{
color: #317ECB;
}
</style>
background-color css
<style>
a { background-color: #317ECB; }
a { background-color: rgb(49,126,203); }
div.DivClassName
{
background-color: #317ECB;
}
.BgClassName
{
background-color: #317ECB;
}
</style>
border-color css
<style>
span { border-color: #317ECB; }
span { border-color: rgb(49,126,203); }
td.TdClassName
{
border-color: #317ECB;
}
.TagClassName
{
border-color: #317ECB;
}
</style>