Shades of Curious Blue #317EAE
Tints of Curious Blue #317EAE
RGB
CMYK
RGB Variations
Color information
#317EAE (or 0x317EAE) is known color: Curious Blue. HEX triplet: 31, 7E and AE. RGB value is (49,126,174). Sum of RGB (Red+Green+Blue) = 49+126+174=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #317EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317EAE is #CE8151. Grayscale: #6C6C6C. Windows color (decimal): -13533522 or 11435569. OLE color: 11435569.
HSL color Cylindrical-coordinate representation of color #317EAE: hue angle of 203.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317EAE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 126 | 174 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.32 |
| HSL | 203.04º | 0.56% | 0.44% | - |
| HSV(B) | 203.04º | 0.72% | 0.68% | - |
| XYZ | 16.37 | 18.63 | 42.78 | - |
| YUV | 108.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 174 | 0.72 | 0.28 | 0 | 0.32 | 203.04 | 0.56 | 0.44 |
| Hex | 31 | 7E | AE | 48 | 1C | 0 | 20 | CB | 38 | 2C |
| Octal | 61 | 176 | 256 | 110 | 34 | 0 | 40 | 313 | 70 | 54 |
| Binary | 110001 | 1111110 | 10101110 | 1001000 | 11100 | 0 | 100000 | 11001011 | 111000 | 101100 |
Color Harmonies of #317EAE
Complementary color
Monochromatic Colors of #317EAE
Black with #317EAE
Text Example
Text Example
White with #317EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317EAE; }
p { color: rgb(49,126,174); }
H1.HeaderClassName
{
color: #317EAE;
}
.AnyTagClassName
{
color: #317EAE;
}
</style>
background-color css
<style>
a { background-color: #317EAE; }
a { background-color: rgb(49,126,174); }
div.DivClassName
{
background-color: #317EAE;
}
.BgClassName
{
background-color: #317EAE;
}
</style>
border-color css
<style>
span { border-color: #317EAE; }
span { border-color: rgb(49,126,174); }
td.TdClassName
{
border-color: #317EAE;
}
.TagClassName
{
border-color: #317EAE;
}
</style>