Shades of Curious Blue #3E92BB
Tints of Curious Blue #3E92BB
RGB
CMYK
RGB Variations
Color information
#3E92BB (or 0x3E92BB) is known color: Curious Blue. HEX triplet: 3E, 92 and BB. RGB value is (62,146,187). Sum of RGB (Red+Green+Blue) = 62+146+187=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E92BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E92BB is #C16D44. Grayscale: #7D7D7D. Windows color (decimal): -12676421 or 12292670. OLE color: 12292670.
HSL color Cylindrical-coordinate representation of color #3E92BB: hue angle of 199.68º 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 #3E92BB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 146 | 187 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.27 |
| HSL | 199.68º | 0.5% | 0.49% | - |
| HSV(B) | 199.68º | 0.67% | 0.73% | - |
| XYZ | 21.24 | 25.17 | 50.75 | - |
| YUV | 125.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 146 | 187 | 0.67 | 0.22 | 0 | 0.27 | 199.68 | 0.5 | 0.49 |
| Hex | 3E | 92 | BB | 43 | 16 | 0 | 1B | C8 | 32 | 31 |
| Octal | 76 | 222 | 273 | 103 | 26 | 0 | 33 | 310 | 62 | 61 |
| Binary | 111110 | 10010010 | 10111011 | 1000011 | 10110 | 0 | 11011 | 11001000 | 110010 | 110001 |
Color Harmonies of #3E92BB
Complementary color
Monochromatic Colors of #3E92BB
Black with #3E92BB
Text Example
Text Example
White with #3E92BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E92BB; }
p { color: rgb(62,146,187); }
H1.HeaderClassName
{
color: #3E92BB;
}
.AnyTagClassName
{
color: #3E92BB;
}
</style>
background-color css
<style>
a { background-color: #3E92BB; }
a { background-color: rgb(62,146,187); }
div.DivClassName
{
background-color: #3E92BB;
}
.BgClassName
{
background-color: #3E92BB;
}
</style>
border-color css
<style>
span { border-color: #3E92BB; }
span { border-color: rgb(62,146,187); }
td.TdClassName
{
border-color: #3E92BB;
}
.TagClassName
{
border-color: #3E92BB;
}
</style>