Shades of Curious Blue #318DCE
Tints of Curious Blue #318DCE
RGB
CMYK
RGB Variations
Color information
#318DCE (or 0x318DCE) is known color: Curious Blue. HEX triplet: 31, 8D and CE. RGB value is (49,141,206). Sum of RGB (Red+Green+Blue) = 49+141+206=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #318DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DCE is #CE7231. Grayscale: #787878. Windows color (decimal): -13529650 or 13536561. OLE color: 13536561.
HSL color Cylindrical-coordinate representation of color #318DCE: hue angle of 204.84º 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 #318DCE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 141 | 206 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.19 |
| HSL | 204.84º | 0.62% | 0.5% | - |
| HSV(B) | 204.84º | 0.76% | 0.81% | - |
| XYZ | 21.93 | 24.16 | 61.9 | - |
| YUV | 120.9 | 176.02 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 206 | 0.76 | 0.32 | 0 | 0.19 | 204.84 | 0.62 | 0.5 |
| Hex | 31 | 8D | CE | 4C | 20 | 0 | 13 | CD | 3E | 32 |
| Octal | 61 | 215 | 316 | 114 | 40 | 0 | 23 | 315 | 76 | 62 |
| Binary | 110001 | 10001101 | 11001110 | 1001100 | 100000 | 0 | 10011 | 11001101 | 111110 | 110010 |
Color Harmonies of #318DCE
Complementary color
Monochromatic Colors of #318DCE
Black with #318DCE
Text Example
Text Example
White with #318DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DCE; }
p { color: rgb(49,141,206); }
H1.HeaderClassName
{
color: #318DCE;
}
.AnyTagClassName
{
color: #318DCE;
}
</style>
background-color css
<style>
a { background-color: #318DCE; }
a { background-color: rgb(49,141,206); }
div.DivClassName
{
background-color: #318DCE;
}
.BgClassName
{
background-color: #318DCE;
}
</style>
border-color css
<style>
span { border-color: #318DCE; }
span { border-color: rgb(49,141,206); }
td.TdClassName
{
border-color: #318DCE;
}
.TagClassName
{
border-color: #318DCE;
}
</style>