Shades of Curious Blue #3E8ABA
Tints of Curious Blue #3E8ABA
RGB
CMYK
RGB Variations
Color information
#3E8ABA (or 0x3E8ABA) is known color: Curious Blue. HEX triplet: 3E, 8A and BA. RGB value is (62,138,186). Sum of RGB (Red+Green+Blue) = 62+138+186=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ABA is #C17545. Grayscale: #787878. Windows color (decimal): -12678470 or 12225086. OLE color: 12225086.
HSL color Cylindrical-coordinate representation of color #3E8ABA: hue angle of 203.23º 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 #3E8ABA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 138 | 186 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.27 |
| HSL | 203.23º | 0.5% | 0.49% | - |
| HSV(B) | 203.23º | 0.67% | 0.73% | - |
| XYZ | 19.94 | 22.75 | 49.79 | - |
| YUV | 120.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 186 | 0.67 | 0.26 | 0 | 0.27 | 203.23 | 0.5 | 0.49 |
| Hex | 3E | 8A | BA | 43 | 1A | 0 | 1B | CB | 32 | 31 |
| Octal | 76 | 212 | 272 | 103 | 32 | 0 | 33 | 313 | 62 | 61 |
| Binary | 111110 | 10001010 | 10111010 | 1000011 | 11010 | 0 | 11011 | 11001011 | 110010 | 110001 |
Color Harmonies of #3E8ABA
Complementary color
Monochromatic Colors of #3E8ABA
Black with #3E8ABA
Text Example
Text Example
White with #3E8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ABA; }
p { color: rgb(62,138,186); }
H1.HeaderClassName
{
color: #3E8ABA;
}
.AnyTagClassName
{
color: #3E8ABA;
}
</style>
background-color css
<style>
a { background-color: #3E8ABA; }
a { background-color: rgb(62,138,186); }
div.DivClassName
{
background-color: #3E8ABA;
}
.BgClassName
{
background-color: #3E8ABA;
}
</style>
border-color css
<style>
span { border-color: #3E8ABA; }
span { border-color: rgb(62,138,186); }
td.TdClassName
{
border-color: #3E8ABA;
}
.TagClassName
{
border-color: #3E8ABA;
}
</style>