Shades of Curious Blue #318FBC
Tints of Curious Blue #318FBC
RGB
CMYK
RGB Variations
Color information
#318FBC (or 0x318FBC) is known color: Curious Blue. HEX triplet: 31, 8F and BC. RGB value is (49,143,188). Sum of RGB (Red+Green+Blue) = 49+143+188=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #318FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FBC is #CE7043. Grayscale: #777777. Windows color (decimal): -13529156 or 12357425. OLE color: 12357425.
HSL color Cylindrical-coordinate representation of color #318FBC: hue angle of 199.42º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318FBC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 143 | 188 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.26 |
| HSL | 199.42º | 0.59% | 0.46% | - |
| HSV(B) | 199.42º | 0.74% | 0.74% | - |
| XYZ | 20.17 | 23.93 | 51.13 | - |
| YUV | 120.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 188 | 0.74 | 0.24 | 0 | 0.26 | 199.42 | 0.59 | 0.46 |
| Hex | 31 | 8F | BC | 4A | 18 | 0 | 1A | C7 | 3B | 2E |
| Octal | 61 | 217 | 274 | 112 | 30 | 0 | 32 | 307 | 73 | 56 |
| Binary | 110001 | 10001111 | 10111100 | 1001010 | 11000 | 0 | 11010 | 11000111 | 111011 | 101110 |
Color Harmonies of #318FBC
Complementary color
Monochromatic Colors of #318FBC
Black with #318FBC
Text Example
Text Example
White with #318FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FBC; }
p { color: rgb(49,143,188); }
H1.HeaderClassName
{
color: #318FBC;
}
.AnyTagClassName
{
color: #318FBC;
}
</style>
background-color css
<style>
a { background-color: #318FBC; }
a { background-color: rgb(49,143,188); }
div.DivClassName
{
background-color: #318FBC;
}
.BgClassName
{
background-color: #318FBC;
}
</style>
border-color css
<style>
span { border-color: #318FBC; }
span { border-color: rgb(49,143,188); }
td.TdClassName
{
border-color: #318FBC;
}
.TagClassName
{
border-color: #318FBC;
}
</style>