Shades of Curious Blue #317ACB
Tints of Curious Blue #317ACB
RGB
CMYK
RGB Variations
Color information
#317ACB (or 0x317ACB) is known color: Curious Blue. HEX triplet: 31, 7A and CB. RGB value is (49,122,203). Sum of RGB (Red+Green+Blue) = 49+122+203=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #317ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ACB is #CE8534. Grayscale: #6D6D6D. Windows color (decimal): -13534517 or 13335089. OLE color: 13335089.
HSL color Cylindrical-coordinate representation of color #317ACB: hue angle of 211.56º 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 #317ACB is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 122 | 203 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.20 |
| HSL | 211.56º | 0.61% | 0.49% | - |
| HSV(B) | 211.56º | 0.76% | 0.8% | - |
| XYZ | 19.01 | 18.88 | 59.14 | - |
| YUV | 109.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 203 | 0.76 | 0.40 | 0 | 0.20 | 211.56 | 0.61 | 0.49 |
| Hex | 31 | 7A | CB | 4C | 28 | 0 | 14 | D4 | 3D | 31 |
| Octal | 61 | 172 | 313 | 114 | 50 | 0 | 24 | 324 | 75 | 61 |
| Binary | 110001 | 1111010 | 11001011 | 1001100 | 101000 | 0 | 10100 | 11010100 | 111101 | 110001 |
Color Harmonies of #317ACB
Complementary color
Monochromatic Colors of #317ACB
Black with #317ACB
Text Example
Text Example
White with #317ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317ACB; }
p { color: rgb(49,122,203); }
H1.HeaderClassName
{
color: #317ACB;
}
.AnyTagClassName
{
color: #317ACB;
}
</style>
background-color css
<style>
a { background-color: #317ACB; }
a { background-color: rgb(49,122,203); }
div.DivClassName
{
background-color: #317ACB;
}
.BgClassName
{
background-color: #317ACB;
}
</style>
border-color css
<style>
span { border-color: #317ACB; }
span { border-color: rgb(49,122,203); }
td.TdClassName
{
border-color: #317ACB;
}
.TagClassName
{
border-color: #317ACB;
}
</style>