Shades of Curious Blue #3E8CDB
Tints of Curious Blue #3E8CDB
RGB
CMYK
RGB Variations
Color information
#3E8CDB (or 0x3E8CDB) is known color: Curious Blue. HEX triplet: 3E, 8C and DB. RGB value is (62,140,219). Sum of RGB (Red+Green+Blue) = 62+140+219=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8CDB is #C17324. Grayscale: #7D7D7D. Windows color (decimal): -12677925 or 14388286. OLE color: 14388286.
HSL color Cylindrical-coordinate representation of color #3E8CDB: hue angle of 210.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E8CDB is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 140 | 219 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.14 |
| HSL | 210.19º | 0.69% | 0.55% | - |
| HSV(B) | 210.19º | 0.72% | 0.86% | - |
| XYZ | 24.15 | 24.89 | 70.55 | - |
| YUV | 125.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 219 | 0.72 | 0.36 | 0 | 0.14 | 210.19 | 0.69 | 0.55 |
| Hex | 3E | 8C | DB | 48 | 24 | 0 | E | D2 | 45 | 37 |
| Octal | 76 | 214 | 333 | 110 | 44 | 0 | 16 | 322 | 105 | 67 |
| Binary | 111110 | 10001100 | 11011011 | 1001000 | 100100 | 0 | 1110 | 11010010 | 1000101 | 110111 |
Color Harmonies of #3E8CDB
Complementary color
Monochromatic Colors of #3E8CDB
Black with #3E8CDB
Text Example
Text Example
White with #3E8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8CDB; }
p { color: rgb(62,140,219); }
H1.HeaderClassName
{
color: #3E8CDB;
}
.AnyTagClassName
{
color: #3E8CDB;
}
</style>
background-color css
<style>
a { background-color: #3E8CDB; }
a { background-color: rgb(62,140,219); }
div.DivClassName
{
background-color: #3E8CDB;
}
.BgClassName
{
background-color: #3E8CDB;
}
</style>
border-color css
<style>
span { border-color: #3E8CDB; }
span { border-color: rgb(62,140,219); }
td.TdClassName
{
border-color: #3E8CDB;
}
.TagClassName
{
border-color: #3E8CDB;
}
</style>