Shades of Curious Blue #3E8DB9
Tints of Curious Blue #3E8DB9
RGB
CMYK
RGB Variations
Color information
#3E8DB9 (or 0x3E8DB9) is known color: Curious Blue. HEX triplet: 3E, 8D and B9. RGB value is (62,141,185). Sum of RGB (Red+Green+Blue) = 62+141+185=388 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.98% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #3E8DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DB9 is #C17246. Grayscale: #7A7A7A. Windows color (decimal): -12677703 or 12160318. OLE color: 12160318.
HSL color Cylindrical-coordinate representation of color #3E8DB9: hue angle of 201.46º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E8DB9 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 141 | 185 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.27 |
| HSL | 201.46º | 0.5% | 0.48% | - |
| HSV(B) | 201.46º | 0.66% | 0.73% | - |
| XYZ | 20.27 | 23.58 | 49.38 | - |
| YUV | 122.4 | 163.33 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 185 | 0.66 | 0.24 | 0 | 0.27 | 201.46 | 0.5 | 0.48 |
| Hex | 3E | 8D | B9 | 42 | 18 | 0 | 1B | C9 | 32 | 30 |
| Octal | 76 | 215 | 271 | 102 | 30 | 0 | 33 | 311 | 62 | 60 |
| Binary | 111110 | 10001101 | 10111001 | 1000010 | 11000 | 0 | 11011 | 11001001 | 110010 | 110000 |
Color Harmonies of #3E8DB9
Complementary color
Monochromatic Colors of #3E8DB9
Black with #3E8DB9
Text Example
Text Example
White with #3E8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8DB9; }
p { color: rgb(62,141,185); }
H1.HeaderClassName
{
color: #3E8DB9;
}
.AnyTagClassName
{
color: #3E8DB9;
}
</style>
background-color css
<style>
a { background-color: #3E8DB9; }
a { background-color: rgb(62,141,185); }
div.DivClassName
{
background-color: #3E8DB9;
}
.BgClassName
{
background-color: #3E8DB9;
}
</style>
border-color css
<style>
span { border-color: #3E8DB9; }
span { border-color: rgb(62,141,185); }
td.TdClassName
{
border-color: #3E8DB9;
}
.TagClassName
{
border-color: #3E8DB9;
}
</style>