Shades of Curious Blue #3E84CD
Tints of Curious Blue #3E84CD
RGB
CMYK
RGB Variations
Color information
#3E84CD (or 0x3E84CD) is known color: Curious Blue. HEX triplet: 3E, 84 and CD. RGB value is (62,132,205). Sum of RGB (Red+Green+Blue) = 62+132+205=399 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.54% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E84CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E84CD is #C17B32. Grayscale: #777777. Windows color (decimal): -12679987 or 13468734. OLE color: 13468734.
HSL color Cylindrical-coordinate representation of color #3E84CD: hue angle of 210.63º 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 #3E84CD is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 132 | 205 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.20 |
| HSL | 210.63º | 0.59% | 0.52% | - |
| HSV(B) | 210.63º | 0.7% | 0.8% | - |
| XYZ | 21.26 | 21.93 | 60.87 | - |
| YUV | 119.39 | 176.31 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 205 | 0.70 | 0.36 | 0 | 0.20 | 210.63 | 0.59 | 0.52 |
| Hex | 3E | 84 | CD | 46 | 24 | 0 | 14 | D3 | 3B | 34 |
| Octal | 76 | 204 | 315 | 106 | 44 | 0 | 24 | 323 | 73 | 64 |
| Binary | 111110 | 10000100 | 11001101 | 1000110 | 100100 | 0 | 10100 | 11010011 | 111011 | 110100 |
Color Harmonies of #3E84CD
Complementary color
Monochromatic Colors of #3E84CD
Black with #3E84CD
Text Example
Text Example
White with #3E84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E84CD; }
p { color: rgb(62,132,205); }
H1.HeaderClassName
{
color: #3E84CD;
}
.AnyTagClassName
{
color: #3E84CD;
}
</style>
background-color css
<style>
a { background-color: #3E84CD; }
a { background-color: rgb(62,132,205); }
div.DivClassName
{
background-color: #3E84CD;
}
.BgClassName
{
background-color: #3E84CD;
}
</style>
border-color css
<style>
span { border-color: #3E84CD; }
span { border-color: rgb(62,132,205); }
td.TdClassName
{
border-color: #3E84CD;
}
.TagClassName
{
border-color: #3E84CD;
}
</style>