Shades of Curious Blue #3E90CE
Tints of Curious Blue #3E90CE
RGB
CMYK
RGB Variations
Color information
#3E90CE (or 0x3E90CE) is known color: Curious Blue. HEX triplet: 3E, 90 and CE. RGB value is (62,144,206). Sum of RGB (Red+Green+Blue) = 62+144+206=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E90CE is #C16F31. Grayscale: #7E7E7E. Windows color (decimal): -12676914 or 13537342. OLE color: 13537342.
HSL color Cylindrical-coordinate representation of color #3E90CE: hue angle of 205.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E90CE is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 144 | 206 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.19 |
| HSL | 205.83º | 0.6% | 0.53% | - |
| HSV(B) | 205.83º | 0.7% | 0.81% | - |
| XYZ | 23.1 | 25.43 | 62.08 | - |
| YUV | 126.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 206 | 0.70 | 0.30 | 0 | 0.19 | 205.83 | 0.6 | 0.53 |
| Hex | 3E | 90 | CE | 46 | 1E | 0 | 13 | CE | 3C | 35 |
| Octal | 76 | 220 | 316 | 106 | 36 | 0 | 23 | 316 | 74 | 65 |
| Binary | 111110 | 10010000 | 11001110 | 1000110 | 11110 | 0 | 10011 | 11001110 | 111100 | 110101 |
Color Harmonies of #3E90CE
Complementary color
Monochromatic Colors of #3E90CE
Black with #3E90CE
Text Example
Text Example
White with #3E90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E90CE; }
p { color: rgb(62,144,206); }
H1.HeaderClassName
{
color: #3E90CE;
}
.AnyTagClassName
{
color: #3E90CE;
}
</style>
background-color css
<style>
a { background-color: #3E90CE; }
a { background-color: rgb(62,144,206); }
div.DivClassName
{
background-color: #3E90CE;
}
.BgClassName
{
background-color: #3E90CE;
}
</style>
border-color css
<style>
span { border-color: #3E90CE; }
span { border-color: rgb(62,144,206); }
td.TdClassName
{
border-color: #3E90CE;
}
.TagClassName
{
border-color: #3E90CE;
}
</style>