Shades of Curious Blue #3E93CB
Tints of Curious Blue #3E93CB
RGB
CMYK
RGB Variations
Color information
#3E93CB (or 0x3E93CB) is known color: Curious Blue. HEX triplet: 3E, 93 and CB. RGB value is (62,147,203). Sum of RGB (Red+Green+Blue) = 62+147+203=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E93CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E93CB is #C16C34. Grayscale: #7F7F7F. Windows color (decimal): -12676149 or 13341502. OLE color: 13341502.
HSL color Cylindrical-coordinate representation of color #3E93CB: hue angle of 203.83º 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 #3E93CB is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 147 | 203 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.20 |
| HSL | 203.83º | 0.58% | 0.52% | - |
| HSV(B) | 203.83º | 0.69% | 0.8% | - |
| XYZ | 23.2 | 26.2 | 60.33 | - |
| YUV | 127.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 203 | 0.69 | 0.28 | 0 | 0.20 | 203.83 | 0.58 | 0.52 |
| Hex | 3E | 93 | CB | 45 | 1C | 0 | 14 | CC | 3A | 34 |
| Octal | 76 | 223 | 313 | 105 | 34 | 0 | 24 | 314 | 72 | 64 |
| Binary | 111110 | 10010011 | 11001011 | 1000101 | 11100 | 0 | 10100 | 11001100 | 111010 | 110100 |
Color Harmonies of #3E93CB
Complementary color
Monochromatic Colors of #3E93CB
Black with #3E93CB
Text Example
Text Example
White with #3E93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93CB; }
p { color: rgb(62,147,203); }
H1.HeaderClassName
{
color: #3E93CB;
}
.AnyTagClassName
{
color: #3E93CB;
}
</style>
background-color css
<style>
a { background-color: #3E93CB; }
a { background-color: rgb(62,147,203); }
div.DivClassName
{
background-color: #3E93CB;
}
.BgClassName
{
background-color: #3E93CB;
}
</style>
border-color css
<style>
span { border-color: #3E93CB; }
span { border-color: rgb(62,147,203); }
td.TdClassName
{
border-color: #3E93CB;
}
.TagClassName
{
border-color: #3E93CB;
}
</style>