Shades of Curious Blue #318BBC
Tints of Curious Blue #318BBC
RGB
CMYK
RGB Variations
Color information
#318BBC (or 0x318BBC) is known color: Curious Blue. HEX triplet: 31, 8B and BC. RGB value is (49,139,188). Sum of RGB (Red+Green+Blue) = 49+139+188=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #318BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BBC is #CE7443. Grayscale: #757575. Windows color (decimal): -13530180 or 12356401. OLE color: 12356401.
HSL color Cylindrical-coordinate representation of color #318BBC: hue angle of 201.15º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318BBC is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 139 | 188 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.26 |
| HSL | 201.15º | 0.59% | 0.46% | - |
| HSV(B) | 201.15º | 0.74% | 0.74% | - |
| XYZ | 19.58 | 22.75 | 50.94 | - |
| YUV | 117.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 188 | 0.74 | 0.26 | 0 | 0.26 | 201.15 | 0.59 | 0.46 |
| Hex | 31 | 8B | BC | 4A | 1A | 0 | 1A | C9 | 3B | 2E |
| Octal | 61 | 213 | 274 | 112 | 32 | 0 | 32 | 311 | 73 | 56 |
| Binary | 110001 | 10001011 | 10111100 | 1001010 | 11010 | 0 | 11010 | 11001001 | 111011 | 101110 |
Color Harmonies of #318BBC
Complementary color
Monochromatic Colors of #318BBC
Black with #318BBC
Text Example
Text Example
White with #318BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BBC; }
p { color: rgb(49,139,188); }
H1.HeaderClassName
{
color: #318BBC;
}
.AnyTagClassName
{
color: #318BBC;
}
</style>
background-color css
<style>
a { background-color: #318BBC; }
a { background-color: rgb(49,139,188); }
div.DivClassName
{
background-color: #318BBC;
}
.BgClassName
{
background-color: #318BBC;
}
</style>
border-color css
<style>
span { border-color: #318BBC; }
span { border-color: rgb(49,139,188); }
td.TdClassName
{
border-color: #318BBC;
}
.TagClassName
{
border-color: #318BBC;
}
</style>