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