Shades of Curious Blue #3E8ADA
Tints of Curious Blue #3E8ADA
RGB
CMYK
RGB Variations
Color information
#3E8ADA (or 0x3E8ADA) is known color: Curious Blue. HEX triplet: 3E, 8A and DA. RGB value is (62,138,218). Sum of RGB (Red+Green+Blue) = 62+138+218=418 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.83% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E8ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ADA is #C17525. Grayscale: #7C7C7C. Windows color (decimal): -12678438 or 14322238. OLE color: 14322238.
HSL color Cylindrical-coordinate representation of color #3E8ADA: hue angle of 210.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E8ADA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 138 | 218 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.15 |
| HSL | 210.77º | 0.68% | 0.55% | - |
| HSV(B) | 210.77º | 0.72% | 0.85% | - |
| XYZ | 23.73 | 24.26 | 69.76 | - |
| YUV | 124.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 218 | 0.72 | 0.37 | 0 | 0.15 | 210.77 | 0.68 | 0.55 |
| Hex | 3E | 8A | DA | 48 | 25 | 0 | F | D3 | 44 | 37 |
| Octal | 76 | 212 | 332 | 110 | 45 | 0 | 17 | 323 | 104 | 67 |
| Binary | 111110 | 10001010 | 11011010 | 1001000 | 100101 | 0 | 1111 | 11010011 | 1000100 | 110111 |
Color Harmonies of #3E8ADA
Complementary color
Monochromatic Colors of #3E8ADA
Black with #3E8ADA
Text Example
Text Example
White with #3E8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ADA; }
p { color: rgb(62,138,218); }
H1.HeaderClassName
{
color: #3E8ADA;
}
.AnyTagClassName
{
color: #3E8ADA;
}
</style>
background-color css
<style>
a { background-color: #3E8ADA; }
a { background-color: rgb(62,138,218); }
div.DivClassName
{
background-color: #3E8ADA;
}
.BgClassName
{
background-color: #3E8ADA;
}
</style>
border-color css
<style>
span { border-color: #3E8ADA; }
span { border-color: rgb(62,138,218); }
td.TdClassName
{
border-color: #3E8ADA;
}
.TagClassName
{
border-color: #3E8ADA;
}
</style>