Shades of Curious Blue #318AC0
Tints of Curious Blue #318AC0
RGB
CMYK
RGB Variations
Color information
#318AC0 (or 0x318AC0) is known color: Curious Blue. HEX triplet: 31, 8A and C0. RGB value is (49,138,192). Sum of RGB (Red+Green+Blue) = 49+138+192=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #318AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318AC0 is #CE753F. Grayscale: #757575. Windows color (decimal): -13530432 or 12618289. OLE color: 12618289.
HSL color Cylindrical-coordinate representation of color #318AC0: hue angle of 202.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318AC0 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 138 | 192 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.25 |
| HSL | 202.66º | 0.59% | 0.47% | - |
| HSV(B) | 202.66º | 0.74% | 0.75% | - |
| XYZ | 19.87 | 22.64 | 53.19 | - |
| YUV | 117.55 | 170.01 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 192 | 0.74 | 0.28 | 0 | 0.25 | 202.66 | 0.59 | 0.47 |
| Hex | 31 | 8A | C0 | 4A | 1C | 0 | 19 | CB | 3B | 2F |
| Octal | 61 | 212 | 300 | 112 | 34 | 0 | 31 | 313 | 73 | 57 |
| Binary | 110001 | 10001010 | 11000000 | 1001010 | 11100 | 0 | 11001 | 11001011 | 111011 | 101111 |
Color Harmonies of #318AC0
Complementary color
Monochromatic Colors of #318AC0
Black with #318AC0
Text Example
Text Example
White with #318AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318AC0; }
p { color: rgb(49,138,192); }
H1.HeaderClassName
{
color: #318AC0;
}
.AnyTagClassName
{
color: #318AC0;
}
</style>
background-color css
<style>
a { background-color: #318AC0; }
a { background-color: rgb(49,138,192); }
div.DivClassName
{
background-color: #318AC0;
}
.BgClassName
{
background-color: #318AC0;
}
</style>
border-color css
<style>
span { border-color: #318AC0; }
span { border-color: rgb(49,138,192); }
td.TdClassName
{
border-color: #318AC0;
}
.TagClassName
{
border-color: #318AC0;
}
</style>