Shades of Curious Blue #318ECB
Tints of Curious Blue #318ECB
RGB
CMYK
RGB Variations
Color information
#318ECB (or 0x318ECB) is known color: Curious Blue. HEX triplet: 31, 8E and CB. RGB value is (49,142,203). Sum of RGB (Red+Green+Blue) = 49+142+203=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #318ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ECB is #CE7134. Grayscale: #787878. Windows color (decimal): -13529397 or 13340209. OLE color: 13340209.
HSL color Cylindrical-coordinate representation of color #318ECB: hue angle of 203.77º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318ECB is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 142 | 203 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.20 |
| HSL | 203.77º | 0.61% | 0.49% | - |
| HSV(B) | 203.77º | 0.76% | 0.8% | - |
| XYZ | 21.72 | 24.31 | 60.05 | - |
| YUV | 121.15 | 174.19 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 203 | 0.76 | 0.30 | 0 | 0.20 | 203.77 | 0.61 | 0.49 |
| Hex | 31 | 8E | CB | 4C | 1E | 0 | 14 | CC | 3D | 31 |
| Octal | 61 | 216 | 313 | 114 | 36 | 0 | 24 | 314 | 75 | 61 |
| Binary | 110001 | 10001110 | 11001011 | 1001100 | 11110 | 0 | 10100 | 11001100 | 111101 | 110001 |
Color Harmonies of #318ECB
Complementary color
Monochromatic Colors of #318ECB
Black with #318ECB
Text Example
Text Example
White with #318ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318ECB; }
p { color: rgb(49,142,203); }
H1.HeaderClassName
{
color: #318ECB;
}
.AnyTagClassName
{
color: #318ECB;
}
</style>
background-color css
<style>
a { background-color: #318ECB; }
a { background-color: rgb(49,142,203); }
div.DivClassName
{
background-color: #318ECB;
}
.BgClassName
{
background-color: #318ECB;
}
</style>
border-color css
<style>
span { border-color: #318ECB; }
span { border-color: rgb(49,142,203); }
td.TdClassName
{
border-color: #318ECB;
}
.TagClassName
{
border-color: #318ECB;
}
</style>