Shades of Curious Blue #3A90D9
Tints of Curious Blue #3A90D9
RGB
CMYK
RGB Variations
Color information
#3A90D9 (or 0x3A90D9) is known color: Curious Blue. HEX triplet: 3A, 90 and D9. RGB value is (58,144,217). Sum of RGB (Red+Green+Blue) = 58+144+217=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #3A90D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A90D9 is #C56F26. Grayscale: #7E7E7E. Windows color (decimal): -12939047 or 14258234. OLE color: 14258234.
HSL color Cylindrical-coordinate representation of color #3A90D9: hue angle of 207.55º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A90D9 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 144 | 217 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.15 |
| HSL | 207.55º | 0.68% | 0.54% | - |
| HSV(B) | 207.55º | 0.73% | 0.85% | - |
| XYZ | 24.24 | 25.86 | 69.36 | - |
| YUV | 126.61 | 179.01 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 217 | 0.73 | 0.34 | 0 | 0.15 | 207.55 | 0.68 | 0.54 |
| Hex | 3A | 90 | D9 | 49 | 22 | 0 | F | D0 | 44 | 36 |
| Octal | 72 | 220 | 331 | 111 | 42 | 0 | 17 | 320 | 104 | 66 |
| Binary | 111010 | 10010000 | 11011001 | 1001001 | 100010 | 0 | 1111 | 11010000 | 1000100 | 110110 |
Color Harmonies of #3A90D9
Complementary color
Monochromatic Colors of #3A90D9
Black with #3A90D9
Text Example
Text Example
White with #3A90D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A90D9; }
p { color: rgb(58,144,217); }
H1.HeaderClassName
{
color: #3A90D9;
}
.AnyTagClassName
{
color: #3A90D9;
}
</style>
background-color css
<style>
a { background-color: #3A90D9; }
a { background-color: rgb(58,144,217); }
div.DivClassName
{
background-color: #3A90D9;
}
.BgClassName
{
background-color: #3A90D9;
}
</style>
border-color css
<style>
span { border-color: #3A90D9; }
span { border-color: rgb(58,144,217); }
td.TdClassName
{
border-color: #3A90D9;
}
.TagClassName
{
border-color: #3A90D9;
}
</style>