Shades of Curious Blue #3E8ADC
Tints of Curious Blue #3E8ADC
RGB
CMYK
RGB Variations
Color information
#3E8ADC (or 0x3E8ADC) is known color: Curious Blue. HEX triplet: 3E, 8A and DC. RGB value is (62,138,220). Sum of RGB (Red+Green+Blue) = 62+138+220=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ADC is #C17523. Grayscale: #7C7C7C. Windows color (decimal): -12678436 or 14453310. OLE color: 14453310.
HSL color Cylindrical-coordinate representation of color #3E8ADC: hue angle of 211.14º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E8ADC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 138 | 220 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.14 |
| HSL | 211.14º | 0.69% | 0.55% | - |
| HSV(B) | 211.14º | 0.72% | 0.86% | - |
| XYZ | 23.99 | 24.37 | 71.15 | - |
| YUV | 124.62 | 181.82 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 220 | 0.72 | 0.37 | 0 | 0.14 | 211.14 | 0.69 | 0.55 |
| Hex | 3E | 8A | DC | 48 | 25 | 0 | E | D3 | 45 | 37 |
| Octal | 76 | 212 | 334 | 110 | 45 | 0 | 16 | 323 | 105 | 67 |
| Binary | 111110 | 10001010 | 11011100 | 1001000 | 100101 | 0 | 1110 | 11010011 | 1000101 | 110111 |
Color Harmonies of #3E8ADC
Complementary color
Monochromatic Colors of #3E8ADC
Black with #3E8ADC
Text Example
Text Example
White with #3E8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ADC; }
p { color: rgb(62,138,220); }
H1.HeaderClassName
{
color: #3E8ADC;
}
.AnyTagClassName
{
color: #3E8ADC;
}
</style>
background-color css
<style>
a { background-color: #3E8ADC; }
a { background-color: rgb(62,138,220); }
div.DivClassName
{
background-color: #3E8ADC;
}
.BgClassName
{
background-color: #3E8ADC;
}
</style>
border-color css
<style>
span { border-color: #3E8ADC; }
span { border-color: rgb(62,138,220); }
td.TdClassName
{
border-color: #3E8ADC;
}
.TagClassName
{
border-color: #3E8ADC;
}
</style>