Shades of Curious Blue #317DBB
Tints of Curious Blue #317DBB
RGB
CMYK
RGB Variations
Color information
#317DBB (or 0x317DBB) is known color: Curious Blue. HEX triplet: 31, 7D and BB. RGB value is (49,125,187). Sum of RGB (Red+Green+Blue) = 49+125+187=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #317DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DBB is #CE8244. Grayscale: #6D6D6D. Windows color (decimal): -13533765 or 12287281. OLE color: 12287281.
HSL color Cylindrical-coordinate representation of color #317DBB: hue angle of 206.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317DBB is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 125 | 187 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.27 |
| HSL | 206.96º | 0.58% | 0.46% | - |
| HSV(B) | 206.96º | 0.74% | 0.73% | - |
| XYZ | 17.57 | 18.91 | 49.74 | - |
| YUV | 109.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 187 | 0.74 | 0.33 | 0 | 0.27 | 206.96 | 0.58 | 0.46 |
| Hex | 31 | 7D | BB | 4A | 21 | 0 | 1B | CF | 3A | 2E |
| Octal | 61 | 175 | 273 | 112 | 41 | 0 | 33 | 317 | 72 | 56 |
| Binary | 110001 | 1111101 | 10111011 | 1001010 | 100001 | 0 | 11011 | 11001111 | 111010 | 101110 |
Color Harmonies of #317DBB
Complementary color
Monochromatic Colors of #317DBB
Black with #317DBB
Text Example
Text Example
White with #317DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317DBB; }
p { color: rgb(49,125,187); }
H1.HeaderClassName
{
color: #317DBB;
}
.AnyTagClassName
{
color: #317DBB;
}
</style>
background-color css
<style>
a { background-color: #317DBB; }
a { background-color: rgb(49,125,187); }
div.DivClassName
{
background-color: #317DBB;
}
.BgClassName
{
background-color: #317DBB;
}
</style>
border-color css
<style>
span { border-color: #317DBB; }
span { border-color: rgb(49,125,187); }
td.TdClassName
{
border-color: #317DBB;
}
.TagClassName
{
border-color: #317DBB;
}
</style>