Shades of Curious Blue #318CCD
Tints of Curious Blue #318CCD
RGB
CMYK
RGB Variations
Color information
#318CCD (or 0x318CCD) is known color: Curious Blue. HEX triplet: 31, 8C and CD. RGB value is (49,140,205). Sum of RGB (Red+Green+Blue) = 49+140+205=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #318CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CCD is #CE7332. Grayscale: #777777. Windows color (decimal): -13529907 or 13470769. OLE color: 13470769.
HSL color Cylindrical-coordinate representation of color #318CCD: hue angle of 205º 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 #318CCD is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 140 | 205 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.20 |
| HSL | 205º | 0.61% | 0.5% | - |
| HSV(B) | 205º | 0.76% | 0.8% | - |
| XYZ | 21.66 | 23.82 | 61.21 | - |
| YUV | 120.2 | 175.85 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 205 | 0.76 | 0.32 | 0 | 0.20 | 205 | 0.61 | 0.5 |
| Hex | 31 | 8C | CD | 4C | 20 | 0 | 14 | CD | 3D | 32 |
| Octal | 61 | 214 | 315 | 114 | 40 | 0 | 24 | 315 | 75 | 62 |
| Binary | 110001 | 10001100 | 11001101 | 1001100 | 100000 | 0 | 10100 | 11001101 | 111101 | 110010 |
Color Harmonies of #318CCD
Complementary color
Monochromatic Colors of #318CCD
Black with #318CCD
Text Example
Text Example
White with #318CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318CCD; }
p { color: rgb(49,140,205); }
H1.HeaderClassName
{
color: #318CCD;
}
.AnyTagClassName
{
color: #318CCD;
}
</style>
background-color css
<style>
a { background-color: #318CCD; }
a { background-color: rgb(49,140,205); }
div.DivClassName
{
background-color: #318CCD;
}
.BgClassName
{
background-color: #318CCD;
}
</style>
border-color css
<style>
span { border-color: #318CCD; }
span { border-color: rgb(49,140,205); }
td.TdClassName
{
border-color: #318CCD;
}
.TagClassName
{
border-color: #318CCD;
}
</style>