Shades of Curious Blue #3E8ECB
Tints of Curious Blue #3E8ECB
RGB
CMYK
RGB Variations
Color information
#3E8ECB (or 0x3E8ECB) is known color: Curious Blue. HEX triplet: 3E, 8E and CB. RGB value is (62,142,203). Sum of RGB (Red+Green+Blue) = 62+142+203=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E8ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ECB is #C17134. Grayscale: #7C7C7C. Windows color (decimal): -12677429 or 13340222. OLE color: 13340222.
HSL color Cylindrical-coordinate representation of color #3E8ECB: hue angle of 205.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E8ECB is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 142 | 203 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.20 |
| HSL | 205.96º | 0.58% | 0.52% | - |
| HSV(B) | 205.96º | 0.69% | 0.8% | - |
| XYZ | 22.44 | 24.68 | 60.08 | - |
| YUV | 125.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 203 | 0.69 | 0.30 | 0 | 0.20 | 205.96 | 0.58 | 0.52 |
| Hex | 3E | 8E | CB | 45 | 1E | 0 | 14 | CE | 3A | 34 |
| Octal | 76 | 216 | 313 | 105 | 36 | 0 | 24 | 316 | 72 | 64 |
| Binary | 111110 | 10001110 | 11001011 | 1000101 | 11110 | 0 | 10100 | 11001110 | 111010 | 110100 |
Color Harmonies of #3E8ECB
Complementary color
Monochromatic Colors of #3E8ECB
Black with #3E8ECB
Text Example
Text Example
White with #3E8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ECB; }
p { color: rgb(62,142,203); }
H1.HeaderClassName
{
color: #3E8ECB;
}
.AnyTagClassName
{
color: #3E8ECB;
}
</style>
background-color css
<style>
a { background-color: #3E8ECB; }
a { background-color: rgb(62,142,203); }
div.DivClassName
{
background-color: #3E8ECB;
}
.BgClassName
{
background-color: #3E8ECB;
}
</style>
border-color css
<style>
span { border-color: #3E8ECB; }
span { border-color: rgb(62,142,203); }
td.TdClassName
{
border-color: #3E8ECB;
}
.TagClassName
{
border-color: #3E8ECB;
}
</style>