Shades of Curious Blue #387CCD
Tints of Curious Blue #387CCD
RGB
CMYK
RGB Variations
Color information
#387CCD (or 0x387CCD) is known color: Curious Blue. HEX triplet: 38, 7C and CD. RGB value is (56,124,205). Sum of RGB (Red+Green+Blue) = 56+124+205=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #387CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CCD is #C78332. Grayscale: #707070. Windows color (decimal): -13075251 or 13466680. OLE color: 13466680.
HSL color Cylindrical-coordinate representation of color #387CCD: hue angle of 212.62º 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 #387CCD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 124 | 205 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.20 |
| HSL | 212.62º | 0.6% | 0.51% | - |
| HSV(B) | 212.62º | 0.73% | 0.8% | - |
| XYZ | 19.86 | 19.66 | 60.51 | - |
| YUV | 112.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 205 | 0.73 | 0.40 | 0 | 0.20 | 212.62 | 0.6 | 0.51 |
| Hex | 38 | 7C | CD | 49 | 28 | 0 | 14 | D5 | 3C | 33 |
| Octal | 70 | 174 | 315 | 111 | 50 | 0 | 24 | 325 | 74 | 63 |
| Binary | 111000 | 1111100 | 11001101 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111100 | 110011 |
Color Harmonies of #387CCD
Complementary color
Monochromatic Colors of #387CCD
Black with #387CCD
Text Example
Text Example
White with #387CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CCD; }
p { color: rgb(56,124,205); }
H1.HeaderClassName
{
color: #387CCD;
}
.AnyTagClassName
{
color: #387CCD;
}
</style>
background-color css
<style>
a { background-color: #387CCD; }
a { background-color: rgb(56,124,205); }
div.DivClassName
{
background-color: #387CCD;
}
.BgClassName
{
background-color: #387CCD;
}
</style>
border-color css
<style>
span { border-color: #387CCD; }
span { border-color: rgb(56,124,205); }
td.TdClassName
{
border-color: #387CCD;
}
.TagClassName
{
border-color: #387CCD;
}
</style>