Shades of Curious Blue #3E8BBE
Tints of Curious Blue #3E8BBE
RGB
CMYK
RGB Variations
Color information
#3E8BBE (or 0x3E8BBE) is known color: Curious Blue. HEX triplet: 3E, 8B and BE. RGB value is (62,139,190). Sum of RGB (Red+Green+Blue) = 62+139+190=391 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.86% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E8BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8BBE is #C17441. Grayscale: #797979. Windows color (decimal): -12678210 or 12487486. OLE color: 12487486.
HSL color Cylindrical-coordinate representation of color #3E8BBE: hue angle of 203.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E8BBE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 139 | 190 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.25 |
| HSL | 203.91º | 0.51% | 0.49% | - |
| HSV(B) | 203.91º | 0.67% | 0.75% | - |
| XYZ | 20.51 | 23.21 | 52.11 | - |
| YUV | 121.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 139 | 190 | 0.67 | 0.27 | 0 | 0.25 | 203.91 | 0.51 | 0.49 |
| Hex | 3E | 8B | BE | 43 | 1B | 0 | 19 | CC | 33 | 31 |
| Octal | 76 | 213 | 276 | 103 | 33 | 0 | 31 | 314 | 63 | 61 |
| Binary | 111110 | 10001011 | 10111110 | 1000011 | 11011 | 0 | 11001 | 11001100 | 110011 | 110001 |
Color Harmonies of #3E8BBE
Complementary color
Monochromatic Colors of #3E8BBE
Black with #3E8BBE
Text Example
Text Example
White with #3E8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8BBE; }
p { color: rgb(62,139,190); }
H1.HeaderClassName
{
color: #3E8BBE;
}
.AnyTagClassName
{
color: #3E8BBE;
}
</style>
background-color css
<style>
a { background-color: #3E8BBE; }
a { background-color: rgb(62,139,190); }
div.DivClassName
{
background-color: #3E8BBE;
}
.BgClassName
{
background-color: #3E8BBE;
}
</style>
border-color css
<style>
span { border-color: #3E8BBE; }
span { border-color: rgb(62,139,190); }
td.TdClassName
{
border-color: #3E8BBE;
}
.TagClassName
{
border-color: #3E8BBE;
}
</style>