Shades of Curious Blue #3E7DCC
Tints of Curious Blue #3E7DCC
RGB
CMYK
RGB Variations
Color information
#3E7DCC (or 0x3E7DCC) is known color: Curious Blue. HEX triplet: 3E, 7D and CC. RGB value is (62,125,204). Sum of RGB (Red+Green+Blue) = 62+125+204=391 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.86% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E7DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7DCC is #C18233. Grayscale: #727272. Windows color (decimal): -12681780 or 13401406. OLE color: 13401406.
HSL color Cylindrical-coordinate representation of color #3E7DCC: hue angle of 213.38º degrees, saturation: 0.58, 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 #3E7DCC is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 125 | 204 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.2 |
| HSL | 213.38º | 0.58% | 0.52% | - |
| HSV(B) | 213.38º | 0.7% | 0.8% | - |
| XYZ | 20.22 | 20.05 | 59.93 | - |
| YUV | 115.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 204 | 0.70 | 0.39 | 0 | 0.2 | 213.38 | 0.58 | 0.52 |
| Hex | 3E | 7D | CC | 46 | 27 | 0 | 14 | D5 | 3A | 34 |
| Octal | 76 | 175 | 314 | 106 | 47 | 0 | 24 | 325 | 72 | 64 |
| Binary | 111110 | 1111101 | 11001100 | 1000110 | 100111 | 0 | 10100 | 11010101 | 111010 | 110100 |
Color Harmonies of #3E7DCC
Complementary color
Monochromatic Colors of #3E7DCC
Black with #3E7DCC
Text Example
Text Example
White with #3E7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7DCC; }
p { color: rgb(62,125,204); }
H1.HeaderClassName
{
color: #3E7DCC;
}
.AnyTagClassName
{
color: #3E7DCC;
}
</style>
background-color css
<style>
a { background-color: #3E7DCC; }
a { background-color: rgb(62,125,204); }
div.DivClassName
{
background-color: #3E7DCC;
}
.BgClassName
{
background-color: #3E7DCC;
}
</style>
border-color css
<style>
span { border-color: #3E7DCC; }
span { border-color: rgb(62,125,204); }
td.TdClassName
{
border-color: #3E7DCC;
}
.TagClassName
{
border-color: #3E7DCC;
}
</style>