Shades of Curious Blue #3E8DBB
Tints of Curious Blue #3E8DBB
RGB
CMYK
RGB Variations
Color information
#3E8DBB (or 0x3E8DBB) is known color: Curious Blue. HEX triplet: 3E, 8D and BB. RGB value is (62,141,187). Sum of RGB (Red+Green+Blue) = 62+141+187=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DBB is #C17244. Grayscale: #7A7A7A. Windows color (decimal): -12677701 or 12291390. OLE color: 12291390.
HSL color Cylindrical-coordinate representation of color #3E8DBB: hue angle of 202.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E8DBB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 141 | 187 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.27 |
| HSL | 202.08º | 0.5% | 0.49% | - |
| HSV(B) | 202.08º | 0.67% | 0.73% | - |
| XYZ | 20.48 | 23.66 | 50.5 | - |
| YUV | 122.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 187 | 0.67 | 0.25 | 0 | 0.27 | 202.08 | 0.5 | 0.49 |
| Hex | 3E | 8D | BB | 43 | 19 | 0 | 1B | CA | 32 | 31 |
| Octal | 76 | 215 | 273 | 103 | 31 | 0 | 33 | 312 | 62 | 61 |
| Binary | 111110 | 10001101 | 10111011 | 1000011 | 11001 | 0 | 11011 | 11001010 | 110010 | 110001 |
Color Harmonies of #3E8DBB
Complementary color
Monochromatic Colors of #3E8DBB
Black with #3E8DBB
Text Example
Text Example
White with #3E8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8DBB; }
p { color: rgb(62,141,187); }
H1.HeaderClassName
{
color: #3E8DBB;
}
.AnyTagClassName
{
color: #3E8DBB;
}
</style>
background-color css
<style>
a { background-color: #3E8DBB; }
a { background-color: rgb(62,141,187); }
div.DivClassName
{
background-color: #3E8DBB;
}
.BgClassName
{
background-color: #3E8DBB;
}
</style>
border-color css
<style>
span { border-color: #3E8DBB; }
span { border-color: rgb(62,141,187); }
td.TdClassName
{
border-color: #3E8DBB;
}
.TagClassName
{
border-color: #3E8DBB;
}
</style>