Shades of Curious Blue #387FCF
Tints of Curious Blue #387FCF
RGB
CMYK
RGB Variations
Color information
#387FCF (or 0x387FCF) is known color: Curious Blue. HEX triplet: 38, 7F and CF. RGB value is (56,127,207). Sum of RGB (Red+Green+Blue) = 56+127+207=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #387FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FCF is #C78030. Grayscale: #727272. Windows color (decimal): -13074481 or 13598520. OLE color: 13598520.
HSL color Cylindrical-coordinate representation of color #387FCF: hue angle of 211.79º 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 #387FCF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 127 | 207 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.19 |
| HSL | 211.79º | 0.61% | 0.52% | - |
| HSV(B) | 211.79º | 0.73% | 0.81% | - |
| XYZ | 20.48 | 20.52 | 61.91 | - |
| YUV | 114.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 207 | 0.73 | 0.39 | 0 | 0.19 | 211.79 | 0.61 | 0.52 |
| Hex | 38 | 7F | CF | 49 | 27 | 0 | 13 | D4 | 3D | 34 |
| Octal | 70 | 177 | 317 | 111 | 47 | 0 | 23 | 324 | 75 | 64 |
| Binary | 111000 | 1111111 | 11001111 | 1001001 | 100111 | 0 | 10011 | 11010100 | 111101 | 110100 |
Color Harmonies of #387FCF
Complementary color
Monochromatic Colors of #387FCF
Black with #387FCF
Text Example
Text Example
White with #387FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FCF; }
p { color: rgb(56,127,207); }
H1.HeaderClassName
{
color: #387FCF;
}
.AnyTagClassName
{
color: #387FCF;
}
</style>
background-color css
<style>
a { background-color: #387FCF; }
a { background-color: rgb(56,127,207); }
div.DivClassName
{
background-color: #387FCF;
}
.BgClassName
{
background-color: #387FCF;
}
</style>
border-color css
<style>
span { border-color: #387FCF; }
span { border-color: rgb(56,127,207); }
td.TdClassName
{
border-color: #387FCF;
}
.TagClassName
{
border-color: #387FCF;
}
</style>