Shades of Curious Blue #387ECD
Tints of Curious Blue #387ECD
RGB
CMYK
RGB Variations
Color information
#387ECD (or 0x387ECD) is known color: Curious Blue. HEX triplet: 38, 7E and CD. RGB value is (56,126,205). Sum of RGB (Red+Green+Blue) = 56+126+205=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #387ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ECD is #C78132. Grayscale: #717171. Windows color (decimal): -13074739 or 13467192. OLE color: 13467192.
HSL color Cylindrical-coordinate representation of color #387ECD: hue angle of 211.81º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387ECD is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 126 | 205 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.20 |
| HSL | 211.81º | 0.6% | 0.51% | - |
| HSV(B) | 211.81º | 0.73% | 0.8% | - |
| XYZ | 20.11 | 20.17 | 60.59 | - |
| YUV | 114.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 205 | 0.73 | 0.39 | 0 | 0.20 | 211.81 | 0.6 | 0.51 |
| Hex | 38 | 7E | CD | 49 | 27 | 0 | 14 | D4 | 3C | 33 |
| Octal | 70 | 176 | 315 | 111 | 47 | 0 | 24 | 324 | 74 | 63 |
| Binary | 111000 | 1111110 | 11001101 | 1001001 | 100111 | 0 | 10100 | 11010100 | 111100 | 110011 |
Color Harmonies of #387ECD
Complementary color
Monochromatic Colors of #387ECD
Black with #387ECD
Text Example
Text Example
White with #387ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ECD; }
p { color: rgb(56,126,205); }
H1.HeaderClassName
{
color: #387ECD;
}
.AnyTagClassName
{
color: #387ECD;
}
</style>
background-color css
<style>
a { background-color: #387ECD; }
a { background-color: rgb(56,126,205); }
div.DivClassName
{
background-color: #387ECD;
}
.BgClassName
{
background-color: #387ECD;
}
</style>
border-color css
<style>
span { border-color: #387ECD; }
span { border-color: rgb(56,126,205); }
td.TdClassName
{
border-color: #387ECD;
}
.TagClassName
{
border-color: #387ECD;
}
</style>