Shades of Curious Blue #318CBC
Tints of Curious Blue #318CBC
RGB
CMYK
RGB Variations
Color information
#318CBC (or 0x318CBC) is known color: Curious Blue. HEX triplet: 31, 8C and BC. RGB value is (49,140,188). Sum of RGB (Red+Green+Blue) = 49+140+188=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #318CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CBC is #CE7343. Grayscale: #757575. Windows color (decimal): -13529924 or 12356657. OLE color: 12356657.
HSL color Cylindrical-coordinate representation of color #318CBC: hue angle of 200.72º 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 #318CBC is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 140 | 188 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.26 |
| HSL | 200.72º | 0.59% | 0.46% | - |
| HSV(B) | 200.72º | 0.74% | 0.74% | - |
| XYZ | 19.72 | 23.04 | 50.98 | - |
| YUV | 118.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 188 | 0.74 | 0.26 | 0 | 0.26 | 200.72 | 0.59 | 0.46 |
| Hex | 31 | 8C | BC | 4A | 1A | 0 | 1A | C9 | 3B | 2E |
| Octal | 61 | 214 | 274 | 112 | 32 | 0 | 32 | 311 | 73 | 56 |
| Binary | 110001 | 10001100 | 10111100 | 1001010 | 11010 | 0 | 11010 | 11001001 | 111011 | 101110 |
Color Harmonies of #318CBC
Complementary color
Monochromatic Colors of #318CBC
Black with #318CBC
Text Example
Text Example
White with #318CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318CBC; }
p { color: rgb(49,140,188); }
H1.HeaderClassName
{
color: #318CBC;
}
.AnyTagClassName
{
color: #318CBC;
}
</style>
background-color css
<style>
a { background-color: #318CBC; }
a { background-color: rgb(49,140,188); }
div.DivClassName
{
background-color: #318CBC;
}
.BgClassName
{
background-color: #318CBC;
}
</style>
border-color css
<style>
span { border-color: #318CBC; }
span { border-color: rgb(49,140,188); }
td.TdClassName
{
border-color: #318CBC;
}
.TagClassName
{
border-color: #318CBC;
}
</style>