Shades of Curious Blue #318ACF
Tints of Curious Blue #318ACF
RGB
CMYK
RGB Variations
Color information
#318ACF (or 0x318ACF) is known color: Curious Blue. HEX triplet: 31, 8A and CF. RGB value is (49,138,207). Sum of RGB (Red+Green+Blue) = 49+138+207=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #318ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ACF is #CE7530. Grayscale: #767676. Windows color (decimal): -13530417 or 13601329. OLE color: 13601329.
HSL color Cylindrical-coordinate representation of color #318ACF: hue angle of 206.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318ACF is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 138 | 207 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.19 |
| HSL | 206.2º | 0.62% | 0.5% | - |
| HSV(B) | 206.2º | 0.76% | 0.81% | - |
| XYZ | 21.62 | 23.33 | 62.4 | - |
| YUV | 119.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 207 | 0.76 | 0.33 | 0 | 0.19 | 206.2 | 0.62 | 0.5 |
| Hex | 31 | 8A | CF | 4C | 21 | 0 | 13 | CE | 3E | 32 |
| Octal | 61 | 212 | 317 | 114 | 41 | 0 | 23 | 316 | 76 | 62 |
| Binary | 110001 | 10001010 | 11001111 | 1001100 | 100001 | 0 | 10011 | 11001110 | 111110 | 110010 |
Color Harmonies of #318ACF
Complementary color
Monochromatic Colors of #318ACF
Black with #318ACF
Text Example
Text Example
White with #318ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318ACF; }
p { color: rgb(49,138,207); }
H1.HeaderClassName
{
color: #318ACF;
}
.AnyTagClassName
{
color: #318ACF;
}
</style>
background-color css
<style>
a { background-color: #318ACF; }
a { background-color: rgb(49,138,207); }
div.DivClassName
{
background-color: #318ACF;
}
.BgClassName
{
background-color: #318ACF;
}
</style>
border-color css
<style>
span { border-color: #318ACF; }
span { border-color: rgb(49,138,207); }
td.TdClassName
{
border-color: #318ACF;
}
.TagClassName
{
border-color: #318ACF;
}
</style>