Shades of Curious Blue #387ECF
Tints of Curious Blue #387ECF
RGB
CMYK
RGB Variations
Color information
#387ECF (or 0x387ECF) is known color: Curious Blue. HEX triplet: 38, 7E and CF. RGB value is (56,126,207). Sum of RGB (Red+Green+Blue) = 56+126+207=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #387ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ECF is #C78130. Grayscale: #717171. Windows color (decimal): -13074737 or 13598264. OLE color: 13598264.
HSL color Cylindrical-coordinate representation of color #387ECF: hue angle of 212.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387ECF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 126 | 207 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.19 |
| HSL | 212.19º | 0.61% | 0.52% | - |
| HSV(B) | 212.19º | 0.73% | 0.81% | - |
| XYZ | 20.35 | 20.27 | 61.87 | - |
| YUV | 114.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 207 | 0.73 | 0.39 | 0 | 0.19 | 212.19 | 0.61 | 0.52 |
| Hex | 38 | 7E | CF | 49 | 27 | 0 | 13 | D4 | 3D | 34 |
| Octal | 70 | 176 | 317 | 111 | 47 | 0 | 23 | 324 | 75 | 64 |
| Binary | 111000 | 1111110 | 11001111 | 1001001 | 100111 | 0 | 10011 | 11010100 | 111101 | 110100 |
Color Harmonies of #387ECF
Complementary color
Monochromatic Colors of #387ECF
Black with #387ECF
Text Example
Text Example
White with #387ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ECF; }
p { color: rgb(56,126,207); }
H1.HeaderClassName
{
color: #387ECF;
}
.AnyTagClassName
{
color: #387ECF;
}
</style>
background-color css
<style>
a { background-color: #387ECF; }
a { background-color: rgb(56,126,207); }
div.DivClassName
{
background-color: #387ECF;
}
.BgClassName
{
background-color: #387ECF;
}
</style>
border-color css
<style>
span { border-color: #387ECF; }
span { border-color: rgb(56,126,207); }
td.TdClassName
{
border-color: #387ECF;
}
.TagClassName
{
border-color: #387ECF;
}
</style>