Shades of Curious Blue #3E93BD
Tints of Curious Blue #3E93BD
RGB
CMYK
RGB Variations
Color information
#3E93BD (or 0x3E93BD) is known color: Curious Blue. HEX triplet: 3E, 93 and BD. RGB value is (62,147,189). Sum of RGB (Red+Green+Blue) = 62+147+189=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E93BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E93BD is #C16C42. Grayscale: #7E7E7E. Windows color (decimal): -12676163 or 12423998. OLE color: 12423998.
HSL color Cylindrical-coordinate representation of color #3E93BD: hue angle of 199.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E93BD is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 147 | 189 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.26 |
| HSL | 199.84º | 0.51% | 0.49% | - |
| HSV(B) | 199.84º | 0.67% | 0.74% | - |
| XYZ | 21.61 | 25.57 | 51.94 | - |
| YUV | 126.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 189 | 0.67 | 0.22 | 0 | 0.26 | 199.84 | 0.51 | 0.49 |
| Hex | 3E | 93 | BD | 43 | 16 | 0 | 1A | C8 | 33 | 31 |
| Octal | 76 | 223 | 275 | 103 | 26 | 0 | 32 | 310 | 63 | 61 |
| Binary | 111110 | 10010011 | 10111101 | 1000011 | 10110 | 0 | 11010 | 11001000 | 110011 | 110001 |
Color Harmonies of #3E93BD
Complementary color
Monochromatic Colors of #3E93BD
Black with #3E93BD
Text Example
Text Example
White with #3E93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93BD; }
p { color: rgb(62,147,189); }
H1.HeaderClassName
{
color: #3E93BD;
}
.AnyTagClassName
{
color: #3E93BD;
}
</style>
background-color css
<style>
a { background-color: #3E93BD; }
a { background-color: rgb(62,147,189); }
div.DivClassName
{
background-color: #3E93BD;
}
.BgClassName
{
background-color: #3E93BD;
}
</style>
border-color css
<style>
span { border-color: #3E93BD; }
span { border-color: rgb(62,147,189); }
td.TdClassName
{
border-color: #3E93BD;
}
.TagClassName
{
border-color: #3E93BD;
}
</style>