Shades of Curious Blue #3E85BA
Tints of Curious Blue #3E85BA
RGB
CMYK
RGB Variations
Color information
#3E85BA (or 0x3E85BA) is known color: Curious Blue. HEX triplet: 3E, 85 and BA. RGB value is (62,133,186). Sum of RGB (Red+Green+Blue) = 62+133+186=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E85BA is #C17A45. Grayscale: #757575. Windows color (decimal): -12679750 or 12223806. OLE color: 12223806.
HSL color Cylindrical-coordinate representation of color #3E85BA: hue angle of 205.65º 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 #3E85BA is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 133 | 186 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.27 |
| HSL | 205.65º | 0.5% | 0.49% | - |
| HSV(B) | 205.65º | 0.67% | 0.73% | - |
| XYZ | 19.24 | 21.34 | 49.56 | - |
| YUV | 117.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 186 | 0.67 | 0.28 | 0 | 0.27 | 205.65 | 0.5 | 0.49 |
| Hex | 3E | 85 | BA | 43 | 1C | 0 | 1B | CE | 32 | 31 |
| Octal | 76 | 205 | 272 | 103 | 34 | 0 | 33 | 316 | 62 | 61 |
| Binary | 111110 | 10000101 | 10111010 | 1000011 | 11100 | 0 | 11011 | 11001110 | 110010 | 110001 |
Color Harmonies of #3E85BA
Complementary color
Monochromatic Colors of #3E85BA
Black with #3E85BA
Text Example
Text Example
White with #3E85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E85BA; }
p { color: rgb(62,133,186); }
H1.HeaderClassName
{
color: #3E85BA;
}
.AnyTagClassName
{
color: #3E85BA;
}
</style>
background-color css
<style>
a { background-color: #3E85BA; }
a { background-color: rgb(62,133,186); }
div.DivClassName
{
background-color: #3E85BA;
}
.BgClassName
{
background-color: #3E85BA;
}
</style>
border-color css
<style>
span { border-color: #3E85BA; }
span { border-color: rgb(62,133,186); }
td.TdClassName
{
border-color: #3E85BA;
}
.TagClassName
{
border-color: #3E85BA;
}
</style>