Shades of Curious Blue #3E8FBC
Tints of Curious Blue #3E8FBC
RGB
CMYK
RGB Variations
Color information
#3E8FBC (or 0x3E8FBC) is known color: Curious Blue. HEX triplet: 3E, 8F and BC. RGB value is (62,143,188). Sum of RGB (Red+Green+Blue) = 62+143+188=393 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.78% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8FBC is #C17043. Grayscale: #7B7B7B. Windows color (decimal): -12677188 or 12357438. OLE color: 12357438.
HSL color Cylindrical-coordinate representation of color #3E8FBC: hue angle of 201.43º 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 #3E8FBC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 143 | 188 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.26 |
| HSL | 201.43º | 0.5% | 0.49% | - |
| HSV(B) | 201.43º | 0.67% | 0.74% | - |
| XYZ | 20.89 | 24.3 | 51.17 | - |
| YUV | 123.91 | 164.16 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 188 | 0.67 | 0.24 | 0 | 0.26 | 201.43 | 0.5 | 0.49 |
| Hex | 3E | 8F | BC | 43 | 18 | 0 | 1A | C9 | 32 | 31 |
| Octal | 76 | 217 | 274 | 103 | 30 | 0 | 32 | 311 | 62 | 61 |
| Binary | 111110 | 10001111 | 10111100 | 1000011 | 11000 | 0 | 11010 | 11001001 | 110010 | 110001 |
Color Harmonies of #3E8FBC
Complementary color
Monochromatic Colors of #3E8FBC
Black with #3E8FBC
Text Example
Text Example
White with #3E8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8FBC; }
p { color: rgb(62,143,188); }
H1.HeaderClassName
{
color: #3E8FBC;
}
.AnyTagClassName
{
color: #3E8FBC;
}
</style>
background-color css
<style>
a { background-color: #3E8FBC; }
a { background-color: rgb(62,143,188); }
div.DivClassName
{
background-color: #3E8FBC;
}
.BgClassName
{
background-color: #3E8FBC;
}
</style>
border-color css
<style>
span { border-color: #3E8FBC; }
span { border-color: rgb(62,143,188); }
td.TdClassName
{
border-color: #3E8FBC;
}
.TagClassName
{
border-color: #3E8FBC;
}
</style>