Shades of Curious Blue #318BBA
Tints of Curious Blue #318BBA
RGB
CMYK
RGB Variations
Color information
#318BBA (or 0x318BBA) is known color: Curious Blue. HEX triplet: 31, 8B and BA. RGB value is (49,139,186). Sum of RGB (Red+Green+Blue) = 49+139+186=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #318BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BBA is #CE7445. Grayscale: #757575. Windows color (decimal): -13530182 or 12225329. OLE color: 12225329.
HSL color Cylindrical-coordinate representation of color #318BBA: hue angle of 200.58º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318BBA is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 139 | 186 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.27 |
| HSL | 200.58º | 0.58% | 0.46% | - |
| HSV(B) | 200.58º | 0.74% | 0.73% | - |
| XYZ | 19.36 | 22.66 | 49.81 | - |
| YUV | 117.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 186 | 0.74 | 0.25 | 0 | 0.27 | 200.58 | 0.58 | 0.46 |
| Hex | 31 | 8B | BA | 4A | 19 | 0 | 1B | C9 | 3A | 2E |
| Octal | 61 | 213 | 272 | 112 | 31 | 0 | 33 | 311 | 72 | 56 |
| Binary | 110001 | 10001011 | 10111010 | 1001010 | 11001 | 0 | 11011 | 11001001 | 111010 | 101110 |
Color Harmonies of #318BBA
Complementary color
Monochromatic Colors of #318BBA
Black with #318BBA
Text Example
Text Example
White with #318BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BBA; }
p { color: rgb(49,139,186); }
H1.HeaderClassName
{
color: #318BBA;
}
.AnyTagClassName
{
color: #318BBA;
}
</style>
background-color css
<style>
a { background-color: #318BBA; }
a { background-color: rgb(49,139,186); }
div.DivClassName
{
background-color: #318BBA;
}
.BgClassName
{
background-color: #318BBA;
}
</style>
border-color css
<style>
span { border-color: #318BBA; }
span { border-color: rgb(49,139,186); }
td.TdClassName
{
border-color: #318BBA;
}
.TagClassName
{
border-color: #318BBA;
}
</style>