Shades of Curious Blue #318FCC
Tints of Curious Blue #318FCC
RGB
CMYK
RGB Variations
Color information
#318FCC (or 0x318FCC) is known color: Curious Blue. HEX triplet: 31, 8F and CC. RGB value is (49,143,204). Sum of RGB (Red+Green+Blue) = 49+143+204=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #318FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FCC is #CE7033. Grayscale: #797979. Windows color (decimal): -13529140 or 13406001. OLE color: 13406001.
HSL color Cylindrical-coordinate representation of color #318FCC: hue angle of 203.61º 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 #318FCC is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 143 | 204 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.2 |
| HSL | 203.61º | 0.61% | 0.5% | - |
| HSV(B) | 203.61º | 0.76% | 0.8% | - |
| XYZ | 21.99 | 24.66 | 60.73 | - |
| YUV | 121.85 | 174.36 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 204 | 0.76 | 0.30 | 0 | 0.2 | 203.61 | 0.61 | 0.5 |
| Hex | 31 | 8F | CC | 4C | 1E | 0 | 14 | CC | 3D | 32 |
| Octal | 61 | 217 | 314 | 114 | 36 | 0 | 24 | 314 | 75 | 62 |
| Binary | 110001 | 10001111 | 11001100 | 1001100 | 11110 | 0 | 10100 | 11001100 | 111101 | 110010 |
Color Harmonies of #318FCC
Complementary color
Monochromatic Colors of #318FCC
Black with #318FCC
Text Example
Text Example
White with #318FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FCC; }
p { color: rgb(49,143,204); }
H1.HeaderClassName
{
color: #318FCC;
}
.AnyTagClassName
{
color: #318FCC;
}
</style>
background-color css
<style>
a { background-color: #318FCC; }
a { background-color: rgb(49,143,204); }
div.DivClassName
{
background-color: #318FCC;
}
.BgClassName
{
background-color: #318FCC;
}
</style>
border-color css
<style>
span { border-color: #318FCC; }
span { border-color: rgb(49,143,204); }
td.TdClassName
{
border-color: #318FCC;
}
.TagClassName
{
border-color: #318FCC;
}
</style>