Shades of Curious Blue #387DCD
Tints of Curious Blue #387DCD
RGB
CMYK
RGB Variations
Color information
#387DCD (or 0x387DCD) is known color: Curious Blue. HEX triplet: 38, 7D and CD. RGB value is (56,125,205). Sum of RGB (Red+Green+Blue) = 56+125+205=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #387DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DCD is #C78232. Grayscale: #717171. Windows color (decimal): -13074995 or 13466936. OLE color: 13466936.
HSL color Cylindrical-coordinate representation of color #387DCD: hue angle of 212.21º 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 #387DCD is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 125 | 205 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.20 |
| HSL | 212.21º | 0.6% | 0.51% | - |
| HSV(B) | 212.21º | 0.73% | 0.8% | - |
| XYZ | 19.98 | 19.92 | 60.55 | - |
| YUV | 113.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 205 | 0.73 | 0.39 | 0 | 0.20 | 212.21 | 0.6 | 0.51 |
| Hex | 38 | 7D | CD | 49 | 27 | 0 | 14 | D4 | 3C | 33 |
| Octal | 70 | 175 | 315 | 111 | 47 | 0 | 24 | 324 | 74 | 63 |
| Binary | 111000 | 1111101 | 11001101 | 1001001 | 100111 | 0 | 10100 | 11010100 | 111100 | 110011 |
Color Harmonies of #387DCD
Complementary color
Monochromatic Colors of #387DCD
Black with #387DCD
Text Example
Text Example
White with #387DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DCD; }
p { color: rgb(56,125,205); }
H1.HeaderClassName
{
color: #387DCD;
}
.AnyTagClassName
{
color: #387DCD;
}
</style>
background-color css
<style>
a { background-color: #387DCD; }
a { background-color: rgb(56,125,205); }
div.DivClassName
{
background-color: #387DCD;
}
.BgClassName
{
background-color: #387DCD;
}
</style>
border-color css
<style>
span { border-color: #387DCD; }
span { border-color: rgb(56,125,205); }
td.TdClassName
{
border-color: #387DCD;
}
.TagClassName
{
border-color: #387DCD;
}
</style>