Shades of Curious Blue #3E7ACB
Tints of Curious Blue #3E7ACB
RGB
CMYK
RGB Variations
Color information
#3E7ACB (or 0x3E7ACB) is known color: Curious Blue. HEX triplet: 3E, 7A and CB. RGB value is (62,122,203). Sum of RGB (Red+Green+Blue) = 62+122+203=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E7ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7ACB is #C18534. Grayscale: #707070. Windows color (decimal): -12682549 or 13335102. OLE color: 13335102.
HSL color Cylindrical-coordinate representation of color #3E7ACB: hue angle of 214.47º 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 #3E7ACB is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 122 | 203 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.20 |
| HSL | 214.47º | 0.58% | 0.52% | - |
| HSV(B) | 214.47º | 0.69% | 0.8% | - |
| XYZ | 19.73 | 19.26 | 59.18 | - |
| YUV | 113.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 203 | 0.69 | 0.40 | 0 | 0.20 | 214.47 | 0.58 | 0.52 |
| Hex | 3E | 7A | CB | 45 | 28 | 0 | 14 | D6 | 3A | 34 |
| Octal | 76 | 172 | 313 | 105 | 50 | 0 | 24 | 326 | 72 | 64 |
| Binary | 111110 | 1111010 | 11001011 | 1000101 | 101000 | 0 | 10100 | 11010110 | 111010 | 110100 |
Color Harmonies of #3E7ACB
Complementary color
Monochromatic Colors of #3E7ACB
Black with #3E7ACB
Text Example
Text Example
White with #3E7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7ACB; }
p { color: rgb(62,122,203); }
H1.HeaderClassName
{
color: #3E7ACB;
}
.AnyTagClassName
{
color: #3E7ACB;
}
</style>
background-color css
<style>
a { background-color: #3E7ACB; }
a { background-color: rgb(62,122,203); }
div.DivClassName
{
background-color: #3E7ACB;
}
.BgClassName
{
background-color: #3E7ACB;
}
</style>
border-color css
<style>
span { border-color: #3E7ACB; }
span { border-color: rgb(62,122,203); }
td.TdClassName
{
border-color: #3E7ACB;
}
.TagClassName
{
border-color: #3E7ACB;
}
</style>