Shades of Curious Blue #318CC0
Tints of Curious Blue #318CC0
RGB
CMYK
RGB Variations
Color information
#318CC0 (or 0x318CC0) is known color: Curious Blue. HEX triplet: 31, 8C and C0. RGB value is (49,140,192). Sum of RGB (Red+Green+Blue) = 49+140+192=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #318CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CC0 is #CE733F. Grayscale: #767676. Windows color (decimal): -13529920 or 12618801. OLE color: 12618801.
HSL color Cylindrical-coordinate representation of color #318CC0: hue angle of 201.82º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318CC0 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 140 | 192 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.25 |
| HSL | 201.82º | 0.59% | 0.47% | - |
| HSV(B) | 201.82º | 0.74% | 0.75% | - |
| XYZ | 20.16 | 23.21 | 53.29 | - |
| YUV | 118.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 192 | 0.74 | 0.27 | 0 | 0.25 | 201.82 | 0.59 | 0.47 |
| Hex | 31 | 8C | C0 | 4A | 1B | 0 | 19 | CA | 3B | 2F |
| Octal | 61 | 214 | 300 | 112 | 33 | 0 | 31 | 312 | 73 | 57 |
| Binary | 110001 | 10001100 | 11000000 | 1001010 | 11011 | 0 | 11001 | 11001010 | 111011 | 101111 |
Color Harmonies of #318CC0
Complementary color
Monochromatic Colors of #318CC0
Black with #318CC0
Text Example
Text Example
White with #318CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318CC0; }
p { color: rgb(49,140,192); }
H1.HeaderClassName
{
color: #318CC0;
}
.AnyTagClassName
{
color: #318CC0;
}
</style>
background-color css
<style>
a { background-color: #318CC0; }
a { background-color: rgb(49,140,192); }
div.DivClassName
{
background-color: #318CC0;
}
.BgClassName
{
background-color: #318CC0;
}
</style>
border-color css
<style>
span { border-color: #318CC0; }
span { border-color: rgb(49,140,192); }
td.TdClassName
{
border-color: #318CC0;
}
.TagClassName
{
border-color: #318CC0;
}
</style>