Shades of Curious Blue #3E92BA
Tints of Curious Blue #3E92BA
RGB
CMYK
RGB Variations
Color information
#3E92BA (or 0x3E92BA) is known color: Curious Blue. HEX triplet: 3E, 92 and BA. RGB value is (62,146,186). Sum of RGB (Red+Green+Blue) = 62+146+186=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E92BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E92BA is #C16D45. Grayscale: #7D7D7D. Windows color (decimal): -12676422 or 12227134. OLE color: 12227134.
HSL color Cylindrical-coordinate representation of color #3E92BA: hue angle of 199.35º 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 #3E92BA is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 146 | 186 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.27 |
| HSL | 199.35º | 0.5% | 0.49% | - |
| HSV(B) | 199.35º | 0.67% | 0.73% | - |
| XYZ | 21.13 | 25.13 | 50.19 | - |
| YUV | 125.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 146 | 186 | 0.67 | 0.22 | 0 | 0.27 | 199.35 | 0.5 | 0.49 |
| Hex | 3E | 92 | BA | 43 | 16 | 0 | 1B | C7 | 32 | 31 |
| Octal | 76 | 222 | 272 | 103 | 26 | 0 | 33 | 307 | 62 | 61 |
| Binary | 111110 | 10010010 | 10111010 | 1000011 | 10110 | 0 | 11011 | 11000111 | 110010 | 110001 |
Color Harmonies of #3E92BA
Complementary color
Monochromatic Colors of #3E92BA
Black with #3E92BA
Text Example
Text Example
White with #3E92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E92BA; }
p { color: rgb(62,146,186); }
H1.HeaderClassName
{
color: #3E92BA;
}
.AnyTagClassName
{
color: #3E92BA;
}
</style>
background-color css
<style>
a { background-color: #3E92BA; }
a { background-color: rgb(62,146,186); }
div.DivClassName
{
background-color: #3E92BA;
}
.BgClassName
{
background-color: #3E92BA;
}
</style>
border-color css
<style>
span { border-color: #3E92BA; }
span { border-color: rgb(62,146,186); }
td.TdClassName
{
border-color: #3E92BA;
}
.TagClassName
{
border-color: #3E92BA;
}
</style>