Shades of Curious Blue #3E93CA
Tints of Curious Blue #3E93CA
RGB
CMYK
RGB Variations
Color information
#3E93CA (or 0x3E93CA) is known color: Curious Blue. HEX triplet: 3E, 93 and CA. RGB value is (62,147,202). Sum of RGB (Red+Green+Blue) = 62+147+202=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E93CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E93CA is #C16C35. Grayscale: #7F7F7F. Windows color (decimal): -12676150 or 13275966. OLE color: 13275966.
HSL color Cylindrical-coordinate representation of color #3E93CA: hue angle of 203.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E93CA is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 147 | 202 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.21 |
| HSL | 203.57º | 0.57% | 0.52% | - |
| HSV(B) | 203.57º | 0.69% | 0.79% | - |
| XYZ | 23.08 | 26.16 | 59.71 | - |
| YUV | 127.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 202 | 0.69 | 0.27 | 0 | 0.21 | 203.57 | 0.57 | 0.52 |
| Hex | 3E | 93 | CA | 45 | 1B | 0 | 15 | CC | 39 | 34 |
| Octal | 76 | 223 | 312 | 105 | 33 | 0 | 25 | 314 | 71 | 64 |
| Binary | 111110 | 10010011 | 11001010 | 1000101 | 11011 | 0 | 10101 | 11001100 | 111001 | 110100 |
Color Harmonies of #3E93CA
Complementary color
Monochromatic Colors of #3E93CA
Black with #3E93CA
Text Example
Text Example
White with #3E93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93CA; }
p { color: rgb(62,147,202); }
H1.HeaderClassName
{
color: #3E93CA;
}
.AnyTagClassName
{
color: #3E93CA;
}
</style>
background-color css
<style>
a { background-color: #3E93CA; }
a { background-color: rgb(62,147,202); }
div.DivClassName
{
background-color: #3E93CA;
}
.BgClassName
{
background-color: #3E93CA;
}
</style>
border-color css
<style>
span { border-color: #3E93CA; }
span { border-color: rgb(62,147,202); }
td.TdClassName
{
border-color: #3E93CA;
}
.TagClassName
{
border-color: #3E93CA;
}
</style>