Shades of Curious Blue #318FC2
Tints of Curious Blue #318FC2
RGB
CMYK
RGB Variations
Color information
#318FC2 (or 0x318FC2) is known color: Curious Blue. HEX triplet: 31, 8F and C2. RGB value is (49,143,194). Sum of RGB (Red+Green+Blue) = 49+143+194=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #318FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FC2 is #CE703D. Grayscale: #787878. Windows color (decimal): -13529150 or 12750641. OLE color: 12750641.
HSL color Cylindrical-coordinate representation of color #318FC2: hue angle of 201.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #318FC2 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 143 | 194 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.24 |
| HSL | 201.1º | 0.6% | 0.48% | - |
| HSV(B) | 201.1º | 0.75% | 0.76% | - |
| XYZ | 20.83 | 24.19 | 54.61 | - |
| YUV | 120.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 194 | 0.75 | 0.26 | 0 | 0.24 | 201.1 | 0.6 | 0.48 |
| Hex | 31 | 8F | C2 | 4B | 1A | 0 | 18 | C9 | 3C | 30 |
| Octal | 61 | 217 | 302 | 113 | 32 | 0 | 30 | 311 | 74 | 60 |
| Binary | 110001 | 10001111 | 11000010 | 1001011 | 11010 | 0 | 11000 | 11001001 | 111100 | 110000 |
Color Harmonies of #318FC2
Complementary color
Monochromatic Colors of #318FC2
Black with #318FC2
Text Example
Text Example
White with #318FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FC2; }
p { color: rgb(49,143,194); }
H1.HeaderClassName
{
color: #318FC2;
}
.AnyTagClassName
{
color: #318FC2;
}
</style>
background-color css
<style>
a { background-color: #318FC2; }
a { background-color: rgb(49,143,194); }
div.DivClassName
{
background-color: #318FC2;
}
.BgClassName
{
background-color: #318FC2;
}
</style>
border-color css
<style>
span { border-color: #318FC2; }
span { border-color: rgb(49,143,194); }
td.TdClassName
{
border-color: #318FC2;
}
.TagClassName
{
border-color: #318FC2;
}
</style>