Shades of Curious Blue #318AB8
Tints of Curious Blue #318AB8
RGB
CMYK
RGB Variations
Color information
#318AB8 (or 0x318AB8) is known color: Curious Blue. HEX triplet: 31, 8A and B8. RGB value is (49,138,184). Sum of RGB (Red+Green+Blue) = 49+138+184=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #318AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318AB8 is #CE7547. Grayscale: #747474. Windows color (decimal): -13530440 or 12094001. OLE color: 12094001.
HSL color Cylindrical-coordinate representation of color #318AB8: hue angle of 200.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318AB8 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 138 | 184 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.28 |
| HSL | 200.44º | 0.58% | 0.46% | - |
| HSV(B) | 200.44º | 0.73% | 0.72% | - |
| XYZ | 19.01 | 22.29 | 48.65 | - |
| YUV | 116.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 184 | 0.73 | 0.25 | 0 | 0.28 | 200.44 | 0.58 | 0.46 |
| Hex | 31 | 8A | B8 | 49 | 19 | 0 | 1C | C8 | 3A | 2E |
| Octal | 61 | 212 | 270 | 111 | 31 | 0 | 34 | 310 | 72 | 56 |
| Binary | 110001 | 10001010 | 10111000 | 1001001 | 11001 | 0 | 11100 | 11001000 | 111010 | 101110 |
Color Harmonies of #318AB8
Complementary color
Monochromatic Colors of #318AB8
Black with #318AB8
Text Example
Text Example
White with #318AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318AB8; }
p { color: rgb(49,138,184); }
H1.HeaderClassName
{
color: #318AB8;
}
.AnyTagClassName
{
color: #318AB8;
}
</style>
background-color css
<style>
a { background-color: #318AB8; }
a { background-color: rgb(49,138,184); }
div.DivClassName
{
background-color: #318AB8;
}
.BgClassName
{
background-color: #318AB8;
}
</style>
border-color css
<style>
span { border-color: #318AB8; }
span { border-color: rgb(49,138,184); }
td.TdClassName
{
border-color: #318AB8;
}
.TagClassName
{
border-color: #318AB8;
}
</style>