Shades of Curious Blue #387DCC
Tints of Curious Blue #387DCC
RGB
CMYK
RGB Variations
Color information
#387DCC (or 0x387DCC) is known color: Curious Blue. HEX triplet: 38, 7D and CC. RGB value is (56,125,204). Sum of RGB (Red+Green+Blue) = 56+125+204=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #387DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DCC is #C78233. Grayscale: #707070. Windows color (decimal): -13074996 or 13401400. OLE color: 13401400.
HSL color Cylindrical-coordinate representation of color #387DCC: hue angle of 212.03º degrees, saturation: 0.59, 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 #387DCC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 125 | 204 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.2 |
| HSL | 212.03º | 0.59% | 0.51% | - |
| HSV(B) | 212.03º | 0.73% | 0.8% | - |
| XYZ | 19.86 | 19.87 | 59.91 | - |
| YUV | 113.38 | 179.14 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 204 | 0.73 | 0.39 | 0 | 0.2 | 212.03 | 0.59 | 0.51 |
| Hex | 38 | 7D | CC | 49 | 27 | 0 | 14 | D4 | 3B | 33 |
| Octal | 70 | 175 | 314 | 111 | 47 | 0 | 24 | 324 | 73 | 63 |
| Binary | 111000 | 1111101 | 11001100 | 1001001 | 100111 | 0 | 10100 | 11010100 | 111011 | 110011 |
Color Harmonies of #387DCC
Complementary color
Monochromatic Colors of #387DCC
Black with #387DCC
Text Example
Text Example
White with #387DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DCC; }
p { color: rgb(56,125,204); }
H1.HeaderClassName
{
color: #387DCC;
}
.AnyTagClassName
{
color: #387DCC;
}
</style>
background-color css
<style>
a { background-color: #387DCC; }
a { background-color: rgb(56,125,204); }
div.DivClassName
{
background-color: #387DCC;
}
.BgClassName
{
background-color: #387DCC;
}
</style>
border-color css
<style>
span { border-color: #387DCC; }
span { border-color: rgb(56,125,204); }
td.TdClassName
{
border-color: #387DCC;
}
.TagClassName
{
border-color: #387DCC;
}
</style>