Shades of Curious Blue #318BCA
Tints of Curious Blue #318BCA
RGB
CMYK
RGB Variations
Color information
#318BCA (or 0x318BCA) is known color: Curious Blue. HEX triplet: 31, 8B and CA. RGB value is (49,139,202). Sum of RGB (Red+Green+Blue) = 49+139+202=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #318BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BCA is #CE7435. Grayscale: #767676. Windows color (decimal): -13530166 or 13273905. OLE color: 13273905.
HSL color Cylindrical-coordinate representation of color #318BCA: hue angle of 204.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318BCA is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 139 | 202 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.21 |
| HSL | 204.71º | 0.61% | 0.49% | - |
| HSV(B) | 204.71º | 0.76% | 0.79% | - |
| XYZ | 21.16 | 23.38 | 59.28 | - |
| YUV | 119.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 202 | 0.76 | 0.31 | 0 | 0.21 | 204.71 | 0.61 | 0.49 |
| Hex | 31 | 8B | CA | 4C | 1F | 0 | 15 | CD | 3D | 31 |
| Octal | 61 | 213 | 312 | 114 | 37 | 0 | 25 | 315 | 75 | 61 |
| Binary | 110001 | 10001011 | 11001010 | 1001100 | 11111 | 0 | 10101 | 11001101 | 111101 | 110001 |
Color Harmonies of #318BCA
Complementary color
Monochromatic Colors of #318BCA
Black with #318BCA
Text Example
Text Example
White with #318BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BCA; }
p { color: rgb(49,139,202); }
H1.HeaderClassName
{
color: #318BCA;
}
.AnyTagClassName
{
color: #318BCA;
}
</style>
background-color css
<style>
a { background-color: #318BCA; }
a { background-color: rgb(49,139,202); }
div.DivClassName
{
background-color: #318BCA;
}
.BgClassName
{
background-color: #318BCA;
}
</style>
border-color css
<style>
span { border-color: #318BCA; }
span { border-color: rgb(49,139,202); }
td.TdClassName
{
border-color: #318BCA;
}
.TagClassName
{
border-color: #318BCA;
}
</style>