Shades of Curious Blue #3E8ABC
Tints of Curious Blue #3E8ABC
RGB
CMYK
RGB Variations
Color information
#3E8ABC (or 0x3E8ABC) is known color: Curious Blue. HEX triplet: 3E, 8A and BC. RGB value is (62,138,188). Sum of RGB (Red+Green+Blue) = 62+138+188=388 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.98% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ABC is #C17543. Grayscale: #787878. Windows color (decimal): -12678468 or 12356158. OLE color: 12356158.
HSL color Cylindrical-coordinate representation of color #3E8ABC: hue angle of 203.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E8ABC is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 138 | 188 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.26 |
| HSL | 203.81º | 0.5% | 0.49% | - |
| HSV(B) | 203.81º | 0.67% | 0.74% | - |
| XYZ | 20.15 | 22.83 | 50.92 | - |
| YUV | 120.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 188 | 0.67 | 0.27 | 0 | 0.26 | 203.81 | 0.5 | 0.49 |
| Hex | 3E | 8A | BC | 43 | 1B | 0 | 1A | CC | 32 | 31 |
| Octal | 76 | 212 | 274 | 103 | 33 | 0 | 32 | 314 | 62 | 61 |
| Binary | 111110 | 10001010 | 10111100 | 1000011 | 11011 | 0 | 11010 | 11001100 | 110010 | 110001 |
Color Harmonies of #3E8ABC
Complementary color
Monochromatic Colors of #3E8ABC
Black with #3E8ABC
Text Example
Text Example
White with #3E8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ABC; }
p { color: rgb(62,138,188); }
H1.HeaderClassName
{
color: #3E8ABC;
}
.AnyTagClassName
{
color: #3E8ABC;
}
</style>
background-color css
<style>
a { background-color: #3E8ABC; }
a { background-color: rgb(62,138,188); }
div.DivClassName
{
background-color: #3E8ABC;
}
.BgClassName
{
background-color: #3E8ABC;
}
</style>
border-color css
<style>
span { border-color: #3E8ABC; }
span { border-color: rgb(62,138,188); }
td.TdClassName
{
border-color: #3E8ABC;
}
.TagClassName
{
border-color: #3E8ABC;
}
</style>