Shades of Curious Blue #3E7CCB
Tints of Curious Blue #3E7CCB
RGB
CMYK
RGB Variations
Color information
#3E7CCB (or 0x3E7CCB) is known color: Curious Blue. HEX triplet: 3E, 7C and CB. RGB value is (62,124,203). Sum of RGB (Red+Green+Blue) = 62+124+203=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E7CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7CCB is #C18334. Grayscale: #727272. Windows color (decimal): -12682037 or 13335614. OLE color: 13335614.
HSL color Cylindrical-coordinate representation of color #3E7CCB: hue angle of 213.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E7CCB is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 124 | 203 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.20 |
| HSL | 213.62º | 0.58% | 0.52% | - |
| HSV(B) | 213.62º | 0.69% | 0.8% | - |
| XYZ | 19.97 | 19.75 | 59.26 | - |
| YUV | 114.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 203 | 0.69 | 0.39 | 0 | 0.20 | 213.62 | 0.58 | 0.52 |
| Hex | 3E | 7C | CB | 45 | 27 | 0 | 14 | D6 | 3A | 34 |
| Octal | 76 | 174 | 313 | 105 | 47 | 0 | 24 | 326 | 72 | 64 |
| Binary | 111110 | 1111100 | 11001011 | 1000101 | 100111 | 0 | 10100 | 11010110 | 111010 | 110100 |
Color Harmonies of #3E7CCB
Complementary color
Monochromatic Colors of #3E7CCB
Black with #3E7CCB
Text Example
Text Example
White with #3E7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7CCB; }
p { color: rgb(62,124,203); }
H1.HeaderClassName
{
color: #3E7CCB;
}
.AnyTagClassName
{
color: #3E7CCB;
}
</style>
background-color css
<style>
a { background-color: #3E7CCB; }
a { background-color: rgb(62,124,203); }
div.DivClassName
{
background-color: #3E7CCB;
}
.BgClassName
{
background-color: #3E7CCB;
}
</style>
border-color css
<style>
span { border-color: #3E7CCB; }
span { border-color: rgb(62,124,203); }
td.TdClassName
{
border-color: #3E7CCB;
}
.TagClassName
{
border-color: #3E7CCB;
}
</style>