Shades of Curious Blue #3E88BD
Tints of Curious Blue #3E88BD
RGB
CMYK
RGB Variations
Color information
#3E88BD (or 0x3E88BD) is known color: Curious Blue. HEX triplet: 3E, 88 and BD. RGB value is (62,136,189). Sum of RGB (Red+Green+Blue) = 62+136+189=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E88BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E88BD is #C17742. Grayscale: #777777. Windows color (decimal): -12678979 or 12421182. OLE color: 12421182.
HSL color Cylindrical-coordinate representation of color #3E88BD: hue angle of 205.04º degrees, saturation: 0.51, 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 #3E88BD is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 136 | 189 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.26 |
| HSL | 205.04º | 0.51% | 0.49% | - |
| HSV(B) | 205.04º | 0.67% | 0.74% | - |
| XYZ | 19.98 | 22.31 | 51.4 | - |
| YUV | 119.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 189 | 0.67 | 0.28 | 0 | 0.26 | 205.04 | 0.51 | 0.49 |
| Hex | 3E | 88 | BD | 43 | 1C | 0 | 1A | CD | 33 | 31 |
| Octal | 76 | 210 | 275 | 103 | 34 | 0 | 32 | 315 | 63 | 61 |
| Binary | 111110 | 10001000 | 10111101 | 1000011 | 11100 | 0 | 11010 | 11001101 | 110011 | 110001 |
Color Harmonies of #3E88BD
Complementary color
Monochromatic Colors of #3E88BD
Black with #3E88BD
Text Example
Text Example
White with #3E88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E88BD; }
p { color: rgb(62,136,189); }
H1.HeaderClassName
{
color: #3E88BD;
}
.AnyTagClassName
{
color: #3E88BD;
}
</style>
background-color css
<style>
a { background-color: #3E88BD; }
a { background-color: rgb(62,136,189); }
div.DivClassName
{
background-color: #3E88BD;
}
.BgClassName
{
background-color: #3E88BD;
}
</style>
border-color css
<style>
span { border-color: #3E88BD; }
span { border-color: rgb(62,136,189); }
td.TdClassName
{
border-color: #3E88BD;
}
.TagClassName
{
border-color: #3E88BD;
}
</style>