Shades of Curious Blue #3177CE
Tints of Curious Blue #3177CE
RGB
CMYK
RGB Variations
Color information
#3177CE (or 0x3177CE) is known color: Curious Blue. HEX triplet: 31, 77 and CE. RGB value is (49,119,206). Sum of RGB (Red+Green+Blue) = 49+119+206=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #3177CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3177CE is #CE8831. Grayscale: #6B6B6B. Windows color (decimal): -13535282 or 13530929. OLE color: 13530929.
HSL color Cylindrical-coordinate representation of color #3177CE: hue angle of 213.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3177CE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 119 | 206 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.19 |
| HSL | 213.25º | 0.62% | 0.5% | - |
| HSV(B) | 213.25º | 0.76% | 0.81% | - |
| XYZ | 19 | 18.3 | 60.92 | - |
| YUV | 107.99 | 183.31 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 206 | 0.76 | 0.42 | 0 | 0.19 | 213.25 | 0.62 | 0.5 |
| Hex | 31 | 77 | CE | 4C | 2A | 0 | 13 | D5 | 3E | 32 |
| Octal | 61 | 167 | 316 | 114 | 52 | 0 | 23 | 325 | 76 | 62 |
| Binary | 110001 | 1110111 | 11001110 | 1001100 | 101010 | 0 | 10011 | 11010101 | 111110 | 110010 |
Color Harmonies of #3177CE
Complementary color
Monochromatic Colors of #3177CE
Black with #3177CE
Text Example
Text Example
White with #3177CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3177CE; }
p { color: rgb(49,119,206); }
H1.HeaderClassName
{
color: #3177CE;
}
.AnyTagClassName
{
color: #3177CE;
}
</style>
background-color css
<style>
a { background-color: #3177CE; }
a { background-color: rgb(49,119,206); }
div.DivClassName
{
background-color: #3177CE;
}
.BgClassName
{
background-color: #3177CE;
}
</style>
border-color css
<style>
span { border-color: #3177CE; }
span { border-color: rgb(49,119,206); }
td.TdClassName
{
border-color: #3177CE;
}
.TagClassName
{
border-color: #3177CE;
}
</style>