Shades of Curious Blue #318DB3
Tints of Curious Blue #318DB3
RGB
CMYK
RGB Variations
Color information
#318DB3 (or 0x318DB3) is known color: Curious Blue. HEX triplet: 31, 8D and B3. RGB value is (49,141,179). Sum of RGB (Red+Green+Blue) = 49+141+179=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #318DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB3 is #CE724C. Grayscale: #757575. Windows color (decimal): -13529677 or 11767089. OLE color: 11767089.
HSL color Cylindrical-coordinate representation of color #318DB3: hue angle of 197.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318DB3 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 141 | 179 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.30 |
| HSL | 197.54º | 0.57% | 0.45% | - |
| HSV(B) | 197.54º | 0.73% | 0.7% | - |
| XYZ | 18.93 | 22.96 | 46.08 | - |
| YUV | 117.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 179 | 0.73 | 0.21 | 0 | 0.30 | 197.54 | 0.57 | 0.45 |
| Hex | 31 | 8D | B3 | 49 | 15 | 0 | 1E | C6 | 39 | 2D |
| Octal | 61 | 215 | 263 | 111 | 25 | 0 | 36 | 306 | 71 | 55 |
| Binary | 110001 | 10001101 | 10110011 | 1001001 | 10101 | 0 | 11110 | 11000110 | 111001 | 101101 |
Color Harmonies of #318DB3
Complementary color
Monochromatic Colors of #318DB3
Black with #318DB3
Text Example
Text Example
White with #318DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DB3; }
p { color: rgb(49,141,179); }
H1.HeaderClassName
{
color: #318DB3;
}
.AnyTagClassName
{
color: #318DB3;
}
</style>
background-color css
<style>
a { background-color: #318DB3; }
a { background-color: rgb(49,141,179); }
div.DivClassName
{
background-color: #318DB3;
}
.BgClassName
{
background-color: #318DB3;
}
</style>
border-color css
<style>
span { border-color: #318DB3; }
span { border-color: rgb(49,141,179); }
td.TdClassName
{
border-color: #318DB3;
}
.TagClassName
{
border-color: #318DB3;
}
</style>