Shades of Curious Blue #318ECC
Tints of Curious Blue #318ECC
RGB
CMYK
RGB Variations
Color information
#318ECC (or 0x318ECC) is known color: Curious Blue. HEX triplet: 31, 8E and CC. RGB value is (49,142,204). Sum of RGB (Red+Green+Blue) = 49+142+204=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #318ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ECC is #CE7133. Grayscale: #787878. Windows color (decimal): -13529396 or 13405745. OLE color: 13405745.
HSL color Cylindrical-coordinate representation of color #318ECC: hue angle of 204º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318ECC is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 142 | 204 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.2 |
| HSL | 204º | 0.61% | 0.5% | - |
| HSV(B) | 204º | 0.76% | 0.8% | - |
| XYZ | 21.84 | 24.36 | 60.68 | - |
| YUV | 121.26 | 174.69 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 204 | 0.76 | 0.30 | 0 | 0.2 | 204 | 0.61 | 0.5 |
| Hex | 31 | 8E | CC | 4C | 1E | 0 | 14 | CC | 3D | 32 |
| Octal | 61 | 216 | 314 | 114 | 36 | 0 | 24 | 314 | 75 | 62 |
| Binary | 110001 | 10001110 | 11001100 | 1001100 | 11110 | 0 | 10100 | 11001100 | 111101 | 110010 |
Color Harmonies of #318ECC
Complementary color
Monochromatic Colors of #318ECC
Black with #318ECC
Text Example
Text Example
White with #318ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318ECC; }
p { color: rgb(49,142,204); }
H1.HeaderClassName
{
color: #318ECC;
}
.AnyTagClassName
{
color: #318ECC;
}
</style>
background-color css
<style>
a { background-color: #318ECC; }
a { background-color: rgb(49,142,204); }
div.DivClassName
{
background-color: #318ECC;
}
.BgClassName
{
background-color: #318ECC;
}
</style>
border-color css
<style>
span { border-color: #318ECC; }
span { border-color: rgb(49,142,204); }
td.TdClassName
{
border-color: #318ECC;
}
.TagClassName
{
border-color: #318ECC;
}
</style>