Shades of Curious Blue #3E80CD
Tints of Curious Blue #3E80CD
RGB
CMYK
RGB Variations
Color information
#3E80CD (or 0x3E80CD) is known color: Curious Blue. HEX triplet: 3E, 80 and CD. RGB value is (62,128,205). Sum of RGB (Red+Green+Blue) = 62+128+205=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E80CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E80CD is #C17F32. Grayscale: #747474. Windows color (decimal): -12681011 or 13467710. OLE color: 13467710.
HSL color Cylindrical-coordinate representation of color #3E80CD: hue angle of 212.31º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E80CD is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 128 | 205 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.20 |
| HSL | 212.31º | 0.59% | 0.52% | - |
| HSV(B) | 212.31º | 0.7% | 0.8% | - |
| XYZ | 20.73 | 20.87 | 60.69 | - |
| YUV | 117.04 | 177.63 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 205 | 0.70 | 0.38 | 0 | 0.20 | 212.31 | 0.59 | 0.52 |
| Hex | 3E | 80 | CD | 46 | 26 | 0 | 14 | D4 | 3B | 34 |
| Octal | 76 | 200 | 315 | 106 | 46 | 0 | 24 | 324 | 73 | 64 |
| Binary | 111110 | 10000000 | 11001101 | 1000110 | 100110 | 0 | 10100 | 11010100 | 111011 | 110100 |
Color Harmonies of #3E80CD
Complementary color
Monochromatic Colors of #3E80CD
Black with #3E80CD
Text Example
Text Example
White with #3E80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E80CD; }
p { color: rgb(62,128,205); }
H1.HeaderClassName
{
color: #3E80CD;
}
.AnyTagClassName
{
color: #3E80CD;
}
</style>
background-color css
<style>
a { background-color: #3E80CD; }
a { background-color: rgb(62,128,205); }
div.DivClassName
{
background-color: #3E80CD;
}
.BgClassName
{
background-color: #3E80CD;
}
</style>
border-color css
<style>
span { border-color: #3E80CD; }
span { border-color: rgb(62,128,205); }
td.TdClassName
{
border-color: #3E80CD;
}
.TagClassName
{
border-color: #3E80CD;
}
</style>