Shades of Curious Blue #317AD2
Tints of Curious Blue #317AD2
RGB
CMYK
RGB Variations
Color information
#317AD2 (or 0x317AD2) is known color: Curious Blue. HEX triplet: 31, 7A and D2. RGB value is (49,122,210). Sum of RGB (Red+Green+Blue) = 49+122+210=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #317AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317AD2 is #CE852D. Grayscale: #6D6D6D. Windows color (decimal): -13534510 or 13793841. OLE color: 13793841.
HSL color Cylindrical-coordinate representation of color #317AD2: hue angle of 212.8º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #317AD2 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 122 | 210 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.18 |
| HSL | 212.8º | 0.64% | 0.51% | - |
| HSV(B) | 212.8º | 0.77% | 0.82% | - |
| XYZ | 19.86 | 19.23 | 63.64 | - |
| YUV | 110.21 | 184.32 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 210 | 0.77 | 0.42 | 0 | 0.18 | 212.8 | 0.64 | 0.51 |
| Hex | 31 | 7A | D2 | 4D | 2A | 0 | 12 | D5 | 40 | 33 |
| Octal | 61 | 172 | 322 | 115 | 52 | 0 | 22 | 325 | 100 | 63 |
| Binary | 110001 | 1111010 | 11010010 | 1001101 | 101010 | 0 | 10010 | 11010101 | 1000000 | 110011 |
Color Harmonies of #317AD2
Complementary color
Monochromatic Colors of #317AD2
Black with #317AD2
Text Example
Text Example
White with #317AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317AD2; }
p { color: rgb(49,122,210); }
H1.HeaderClassName
{
color: #317AD2;
}
.AnyTagClassName
{
color: #317AD2;
}
</style>
background-color css
<style>
a { background-color: #317AD2; }
a { background-color: rgb(49,122,210); }
div.DivClassName
{
background-color: #317AD2;
}
.BgClassName
{
background-color: #317AD2;
}
</style>
border-color css
<style>
span { border-color: #317AD2; }
span { border-color: rgb(49,122,210); }
td.TdClassName
{
border-color: #317AD2;
}
.TagClassName
{
border-color: #317AD2;
}
</style>