Shades of Curious Blue #3E90CD
Tints of Curious Blue #3E90CD
RGB
CMYK
RGB Variations
Color information
#3E90CD (or 0x3E90CD) is known color: Curious Blue. HEX triplet: 3E, 90 and CD. RGB value is (62,144,205). Sum of RGB (Red+Green+Blue) = 62+144+205=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E90CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E90CD is #C16F32. Grayscale: #7E7E7E. Windows color (decimal): -12676915 or 13471806. OLE color: 13471806.
HSL color Cylindrical-coordinate representation of color #3E90CD: hue angle of 205.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E90CD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 144 | 205 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.20 |
| HSL | 205.59º | 0.59% | 0.52% | - |
| HSV(B) | 205.59º | 0.7% | 0.8% | - |
| XYZ | 22.98 | 25.38 | 61.45 | - |
| YUV | 126.44 | 172.33 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 205 | 0.70 | 0.30 | 0 | 0.20 | 205.59 | 0.59 | 0.52 |
| Hex | 3E | 90 | CD | 46 | 1E | 0 | 14 | CE | 3B | 34 |
| Octal | 76 | 220 | 315 | 106 | 36 | 0 | 24 | 316 | 73 | 64 |
| Binary | 111110 | 10010000 | 11001101 | 1000110 | 11110 | 0 | 10100 | 11001110 | 111011 | 110100 |
Color Harmonies of #3E90CD
Complementary color
Monochromatic Colors of #3E90CD
Black with #3E90CD
Text Example
Text Example
White with #3E90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E90CD; }
p { color: rgb(62,144,205); }
H1.HeaderClassName
{
color: #3E90CD;
}
.AnyTagClassName
{
color: #3E90CD;
}
</style>
background-color css
<style>
a { background-color: #3E90CD; }
a { background-color: rgb(62,144,205); }
div.DivClassName
{
background-color: #3E90CD;
}
.BgClassName
{
background-color: #3E90CD;
}
</style>
border-color css
<style>
span { border-color: #3E90CD; }
span { border-color: rgb(62,144,205); }
td.TdClassName
{
border-color: #3E90CD;
}
.TagClassName
{
border-color: #3E90CD;
}
</style>