Shades of Curious Blue #3E95CE
Tints of Curious Blue #3E95CE
RGB
CMYK
RGB Variations
Color information
#3E95CE (or 0x3E95CE) is known color: Curious Blue. HEX triplet: 3E, 95 and CE. RGB value is (62,149,206). Sum of RGB (Red+Green+Blue) = 62+149+206=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E95CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E95CE is #C16A31. Grayscale: #818181. Windows color (decimal): -12675634 or 13538622. OLE color: 13538622.
HSL color Cylindrical-coordinate representation of color #3E95CE: hue angle of 203.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E95CE is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 149 | 206 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.19 |
| HSL | 203.75º | 0.6% | 0.53% | - |
| HSV(B) | 203.75º | 0.7% | 0.81% | - |
| XYZ | 23.87 | 26.98 | 62.34 | - |
| YUV | 129.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 149 | 206 | 0.70 | 0.28 | 0 | 0.19 | 203.75 | 0.6 | 0.53 |
| Hex | 3E | 95 | CE | 46 | 1C | 0 | 13 | CC | 3C | 35 |
| Octal | 76 | 225 | 316 | 106 | 34 | 0 | 23 | 314 | 74 | 65 |
| Binary | 111110 | 10010101 | 11001110 | 1000110 | 11100 | 0 | 10011 | 11001100 | 111100 | 110101 |
Color Harmonies of #3E95CE
Complementary color
Monochromatic Colors of #3E95CE
Black with #3E95CE
Text Example
Text Example
White with #3E95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E95CE; }
p { color: rgb(62,149,206); }
H1.HeaderClassName
{
color: #3E95CE;
}
.AnyTagClassName
{
color: #3E95CE;
}
</style>
background-color css
<style>
a { background-color: #3E95CE; }
a { background-color: rgb(62,149,206); }
div.DivClassName
{
background-color: #3E95CE;
}
.BgClassName
{
background-color: #3E95CE;
}
</style>
border-color css
<style>
span { border-color: #3E95CE; }
span { border-color: rgb(62,149,206); }
td.TdClassName
{
border-color: #3E95CE;
}
.TagClassName
{
border-color: #3E95CE;
}
</style>