Shades of Curious Blue #3E8DDB
Tints of Curious Blue #3E8DDB
RGB
CMYK
RGB Variations
Color information
#3E8DDB (or 0x3E8DDB) is known color: Curious Blue. HEX triplet: 3E, 8D and DB. RGB value is (62,141,219). Sum of RGB (Red+Green+Blue) = 62+141+219=422 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.69% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DDB is #C17224. Grayscale: #7D7D7D. Windows color (decimal): -12677669 or 14388542. OLE color: 14388542.
HSL color Cylindrical-coordinate representation of color #3E8DDB: hue angle of 209.81º 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 #3E8DDB is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 141 | 219 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.14 |
| HSL | 209.81º | 0.69% | 0.55% | - |
| HSV(B) | 209.81º | 0.72% | 0.86% | - |
| XYZ | 24.3 | 25.19 | 70.6 | - |
| YUV | 126.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 219 | 0.72 | 0.36 | 0 | 0.14 | 209.81 | 0.69 | 0.55 |
| Hex | 3E | 8D | DB | 48 | 24 | 0 | E | D2 | 45 | 37 |
| Octal | 76 | 215 | 333 | 110 | 44 | 0 | 16 | 322 | 105 | 67 |
| Binary | 111110 | 10001101 | 11011011 | 1001000 | 100100 | 0 | 1110 | 11010010 | 1000101 | 110111 |
Color Harmonies of #3E8DDB
Complementary color
Monochromatic Colors of #3E8DDB
Black with #3E8DDB
Text Example
Text Example
White with #3E8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8DDB; }
p { color: rgb(62,141,219); }
H1.HeaderClassName
{
color: #3E8DDB;
}
.AnyTagClassName
{
color: #3E8DDB;
}
</style>
background-color css
<style>
a { background-color: #3E8DDB; }
a { background-color: rgb(62,141,219); }
div.DivClassName
{
background-color: #3E8DDB;
}
.BgClassName
{
background-color: #3E8DDB;
}
</style>
border-color css
<style>
span { border-color: #3E8DDB; }
span { border-color: rgb(62,141,219); }
td.TdClassName
{
border-color: #3E8DDB;
}
.TagClassName
{
border-color: #3E8DDB;
}
</style>