Shades of Curious Blue #387DB7
Tints of Curious Blue #387DB7
RGB
CMYK
RGB Variations
Color information
#387DB7 (or 0x387DB7) is known color: Curious Blue. HEX triplet: 38, 7D and B7. RGB value is (56,125,183). Sum of RGB (Red+Green+Blue) = 56+125+183=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #387DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DB7 is #C78248. Grayscale: #6E6E6E. Windows color (decimal): -13075017 or 12025144. OLE color: 12025144.
HSL color Cylindrical-coordinate representation of color #387DB7: hue angle of 207.4º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387DB7 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 125 | 183 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.28 |
| HSL | 207.4º | 0.53% | 0.47% | - |
| HSV(B) | 207.4º | 0.69% | 0.72% | - |
| XYZ | 17.51 | 18.93 | 47.53 | - |
| YUV | 110.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 183 | 0.69 | 0.32 | 0 | 0.28 | 207.4 | 0.53 | 0.47 |
| Hex | 38 | 7D | B7 | 45 | 20 | 0 | 1C | CF | 35 | 2F |
| Octal | 70 | 175 | 267 | 105 | 40 | 0 | 34 | 317 | 65 | 57 |
| Binary | 111000 | 1111101 | 10110111 | 1000101 | 100000 | 0 | 11100 | 11001111 | 110101 | 101111 |
Color Harmonies of #387DB7
Complementary color
Monochromatic Colors of #387DB7
Black with #387DB7
Text Example
Text Example
White with #387DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DB7; }
p { color: rgb(56,125,183); }
H1.HeaderClassName
{
color: #387DB7;
}
.AnyTagClassName
{
color: #387DB7;
}
</style>
background-color css
<style>
a { background-color: #387DB7; }
a { background-color: rgb(56,125,183); }
div.DivClassName
{
background-color: #387DB7;
}
.BgClassName
{
background-color: #387DB7;
}
</style>
border-color css
<style>
span { border-color: #387DB7; }
span { border-color: rgb(56,125,183); }
td.TdClassName
{
border-color: #387DB7;
}
.TagClassName
{
border-color: #387DB7;
}
</style>