Shades of Curious Blue #318ABB
Tints of Curious Blue #318ABB
RGB
CMYK
RGB Variations
Color information
#318ABB (or 0x318ABB) is known color: Curious Blue. HEX triplet: 31, 8A and BB. RGB value is (49,138,187). Sum of RGB (Red+Green+Blue) = 49+138+187=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #318ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ABB is #CE7544. Grayscale: #747474. Windows color (decimal): -13530437 or 12290609. OLE color: 12290609.
HSL color Cylindrical-coordinate representation of color #318ABB: hue angle of 201.3º 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 #318ABB is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 138 | 187 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.27 |
| HSL | 201.3º | 0.58% | 0.46% | - |
| HSV(B) | 201.3º | 0.74% | 0.73% | - |
| XYZ | 19.32 | 22.42 | 50.32 | - |
| YUV | 116.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 187 | 0.74 | 0.26 | 0 | 0.27 | 201.3 | 0.58 | 0.46 |
| Hex | 31 | 8A | BB | 4A | 1A | 0 | 1B | C9 | 3A | 2E |
| Octal | 61 | 212 | 273 | 112 | 32 | 0 | 33 | 311 | 72 | 56 |
| Binary | 110001 | 10001010 | 10111011 | 1001010 | 11010 | 0 | 11011 | 11001001 | 111010 | 101110 |
Color Harmonies of #318ABB
Complementary color
Monochromatic Colors of #318ABB
Black with #318ABB
Text Example
Text Example
White with #318ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318ABB; }
p { color: rgb(49,138,187); }
H1.HeaderClassName
{
color: #318ABB;
}
.AnyTagClassName
{
color: #318ABB;
}
</style>
background-color css
<style>
a { background-color: #318ABB; }
a { background-color: rgb(49,138,187); }
div.DivClassName
{
background-color: #318ABB;
}
.BgClassName
{
background-color: #318ABB;
}
</style>
border-color css
<style>
span { border-color: #318ABB; }
span { border-color: rgb(49,138,187); }
td.TdClassName
{
border-color: #318ABB;
}
.TagClassName
{
border-color: #318ABB;
}
</style>