Shades of Curious Blue #318ACB
Tints of Curious Blue #318ACB
RGB
CMYK
RGB Variations
Color information
#318ACB (or 0x318ACB) is known color: Curious Blue. HEX triplet: 31, 8A and CB. RGB value is (49,138,203). Sum of RGB (Red+Green+Blue) = 49+138+203=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #318ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ACB is #CE7534. Grayscale: #767676. Windows color (decimal): -13530421 or 13339185. OLE color: 13339185.
HSL color Cylindrical-coordinate representation of color #318ACB: hue angle of 205.32º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318ACB is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 138 | 203 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.20 |
| HSL | 205.32º | 0.61% | 0.49% | - |
| HSV(B) | 205.32º | 0.76% | 0.8% | - |
| XYZ | 21.13 | 23.14 | 59.85 | - |
| YUV | 118.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 203 | 0.76 | 0.32 | 0 | 0.20 | 205.32 | 0.61 | 0.49 |
| Hex | 31 | 8A | CB | 4C | 20 | 0 | 14 | CD | 3D | 31 |
| Octal | 61 | 212 | 313 | 114 | 40 | 0 | 24 | 315 | 75 | 61 |
| Binary | 110001 | 10001010 | 11001011 | 1001100 | 100000 | 0 | 10100 | 11001101 | 111101 | 110001 |
Color Harmonies of #318ACB
Complementary color
Monochromatic Colors of #318ACB
Black with #318ACB
Text Example
Text Example
White with #318ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318ACB; }
p { color: rgb(49,138,203); }
H1.HeaderClassName
{
color: #318ACB;
}
.AnyTagClassName
{
color: #318ACB;
}
</style>
background-color css
<style>
a { background-color: #318ACB; }
a { background-color: rgb(49,138,203); }
div.DivClassName
{
background-color: #318ACB;
}
.BgClassName
{
background-color: #318ACB;
}
</style>
border-color css
<style>
span { border-color: #318ACB; }
span { border-color: rgb(49,138,203); }
td.TdClassName
{
border-color: #318ACB;
}
.TagClassName
{
border-color: #318ACB;
}
</style>