Shades of Curious Blue #3E80CA
Tints of Curious Blue #3E80CA
RGB
CMYK
RGB Variations
Color information
#3E80CA (or 0x3E80CA) is known color: Curious Blue. HEX triplet: 3E, 80 and CA. RGB value is (62,128,202). Sum of RGB (Red+Green+Blue) = 62+128+202=392 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.82% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E80CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E80CA is #C17F35. Grayscale: #747474. Windows color (decimal): -12681014 or 13271102. OLE color: 13271102.
HSL color Cylindrical-coordinate representation of color #3E80CA: hue angle of 211.71º 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 #3E80CA is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 128 | 202 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.21 |
| HSL | 211.71º | 0.57% | 0.52% | - |
| HSV(B) | 211.71º | 0.69% | 0.79% | - |
| XYZ | 20.37 | 20.73 | 58.8 | - |
| YUV | 116.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 202 | 0.69 | 0.37 | 0 | 0.21 | 211.71 | 0.57 | 0.52 |
| Hex | 3E | 80 | CA | 45 | 25 | 0 | 15 | D4 | 39 | 34 |
| Octal | 76 | 200 | 312 | 105 | 45 | 0 | 25 | 324 | 71 | 64 |
| Binary | 111110 | 10000000 | 11001010 | 1000101 | 100101 | 0 | 10101 | 11010100 | 111001 | 110100 |
Color Harmonies of #3E80CA
Complementary color
Monochromatic Colors of #3E80CA
Black with #3E80CA
Text Example
Text Example
White with #3E80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E80CA; }
p { color: rgb(62,128,202); }
H1.HeaderClassName
{
color: #3E80CA;
}
.AnyTagClassName
{
color: #3E80CA;
}
</style>
background-color css
<style>
a { background-color: #3E80CA; }
a { background-color: rgb(62,128,202); }
div.DivClassName
{
background-color: #3E80CA;
}
.BgClassName
{
background-color: #3E80CA;
}
</style>
border-color css
<style>
span { border-color: #3E80CA; }
span { border-color: rgb(62,128,202); }
td.TdClassName
{
border-color: #3E80CA;
}
.TagClassName
{
border-color: #3E80CA;
}
</style>