Shades of Curious Blue #317DAC
Tints of Curious Blue #317DAC
RGB
CMYK
RGB Variations
Color information
#317DAC (or 0x317DAC) is known color: Curious Blue. HEX triplet: 31, 7D and AC. RGB value is (49,125,172). Sum of RGB (Red+Green+Blue) = 49+125+172=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #317DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317DAC is #CE8253. Grayscale: #6B6B6B. Windows color (decimal): -13533780 or 11304241. OLE color: 11304241.
HSL color Cylindrical-coordinate representation of color #317DAC: hue angle of 202.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317DAC is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 125 | 172 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.33 |
| HSL | 202.93º | 0.56% | 0.43% | - |
| HSV(B) | 202.93º | 0.72% | 0.67% | - |
| XYZ | 16.05 | 18.3 | 41.72 | - |
| YUV | 107.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 172 | 0.72 | 0.27 | 0 | 0.33 | 202.93 | 0.56 | 0.43 |
| Hex | 31 | 7D | AC | 48 | 1B | 0 | 21 | CB | 38 | 2B |
| Octal | 61 | 175 | 254 | 110 | 33 | 0 | 41 | 313 | 70 | 53 |
| Binary | 110001 | 1111101 | 10101100 | 1001000 | 11011 | 0 | 100001 | 11001011 | 111000 | 101011 |
Color Harmonies of #317DAC
Complementary color
Monochromatic Colors of #317DAC
Black with #317DAC
Text Example
Text Example
White with #317DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317DAC; }
p { color: rgb(49,125,172); }
H1.HeaderClassName
{
color: #317DAC;
}
.AnyTagClassName
{
color: #317DAC;
}
</style>
background-color css
<style>
a { background-color: #317DAC; }
a { background-color: rgb(49,125,172); }
div.DivClassName
{
background-color: #317DAC;
}
.BgClassName
{
background-color: #317DAC;
}
</style>
border-color css
<style>
span { border-color: #317DAC; }
span { border-color: rgb(49,125,172); }
td.TdClassName
{
border-color: #317DAC;
}
.TagClassName
{
border-color: #317DAC;
}
</style>