Shades of Curious Blue #318BCC
Tints of Curious Blue #318BCC
RGB
CMYK
RGB Variations
Color information
#318BCC (or 0x318BCC) is known color: Curious Blue. HEX triplet: 31, 8B and CC. RGB value is (49,139,204). Sum of RGB (Red+Green+Blue) = 49+139+204=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #318BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BCC is #CE7433. Grayscale: #777777. Windows color (decimal): -13530164 or 13404977. OLE color: 13404977.
HSL color Cylindrical-coordinate representation of color #318BCC: hue angle of 205.16º 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 #318BCC is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 139 | 204 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.2 |
| HSL | 205.16º | 0.61% | 0.5% | - |
| HSV(B) | 205.16º | 0.76% | 0.8% | - |
| XYZ | 21.4 | 23.48 | 60.53 | - |
| YUV | 119.5 | 175.68 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 204 | 0.76 | 0.32 | 0 | 0.2 | 205.16 | 0.61 | 0.5 |
| Hex | 31 | 8B | CC | 4C | 20 | 0 | 14 | CD | 3D | 32 |
| Octal | 61 | 213 | 314 | 114 | 40 | 0 | 24 | 315 | 75 | 62 |
| Binary | 110001 | 10001011 | 11001100 | 1001100 | 100000 | 0 | 10100 | 11001101 | 111101 | 110010 |
Color Harmonies of #318BCC
Complementary color
Monochromatic Colors of #318BCC
Black with #318BCC
Text Example
Text Example
White with #318BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BCC; }
p { color: rgb(49,139,204); }
H1.HeaderClassName
{
color: #318BCC;
}
.AnyTagClassName
{
color: #318BCC;
}
</style>
background-color css
<style>
a { background-color: #318BCC; }
a { background-color: rgb(49,139,204); }
div.DivClassName
{
background-color: #318BCC;
}
.BgClassName
{
background-color: #318BCC;
}
</style>
border-color css
<style>
span { border-color: #318BCC; }
span { border-color: rgb(49,139,204); }
td.TdClassName
{
border-color: #318BCC;
}
.TagClassName
{
border-color: #318BCC;
}
</style>