Shades of Curious Blue #3E7ABC
Tints of Curious Blue #3E7ABC
RGB
CMYK
RGB Variations
Color information
#3E7ABC (or 0x3E7ABC) is known color: Curious Blue. HEX triplet: 3E, 7A and BC. RGB value is (62,122,188). Sum of RGB (Red+Green+Blue) = 62+122+188=372 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.67% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7ABC is #C18543. Grayscale: #6F6F6F. Windows color (decimal): -12682564 or 12352062. OLE color: 12352062.
HSL color Cylindrical-coordinate representation of color #3E7ABC: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E7ABC is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 122 | 188 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.26 |
| HSL | 211.43º | 0.5% | 0.49% | - |
| HSV(B) | 211.43º | 0.67% | 0.74% | - |
| XYZ | 18.02 | 18.57 | 50.21 | - |
| YUV | 111.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 188 | 0.67 | 0.35 | 0 | 0.26 | 211.43 | 0.5 | 0.49 |
| Hex | 3E | 7A | BC | 43 | 23 | 0 | 1A | D3 | 32 | 31 |
| Octal | 76 | 172 | 274 | 103 | 43 | 0 | 32 | 323 | 62 | 61 |
| Binary | 111110 | 1111010 | 10111100 | 1000011 | 100011 | 0 | 11010 | 11010011 | 110010 | 110001 |
Color Harmonies of #3E7ABC
Complementary color
Monochromatic Colors of #3E7ABC
Black with #3E7ABC
Text Example
Text Example
White with #3E7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7ABC; }
p { color: rgb(62,122,188); }
H1.HeaderClassName
{
color: #3E7ABC;
}
.AnyTagClassName
{
color: #3E7ABC;
}
</style>
background-color css
<style>
a { background-color: #3E7ABC; }
a { background-color: rgb(62,122,188); }
div.DivClassName
{
background-color: #3E7ABC;
}
.BgClassName
{
background-color: #3E7ABC;
}
</style>
border-color css
<style>
span { border-color: #3E7ABC; }
span { border-color: rgb(62,122,188); }
td.TdClassName
{
border-color: #3E7ABC;
}
.TagClassName
{
border-color: #3E7ABC;
}
</style>