Shades of Curious Blue #387FCD
Tints of Curious Blue #387FCD
RGB
CMYK
RGB Variations
Color information
#387FCD (or 0x387FCD) is known color: Curious Blue. HEX triplet: 38, 7F and CD. RGB value is (56,127,205). Sum of RGB (Red+Green+Blue) = 56+127+205=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #387FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FCD is #C78032. Grayscale: #727272. Windows color (decimal): -13074483 or 13467448. OLE color: 13467448.
HSL color Cylindrical-coordinate representation of color #387FCD: hue angle of 211.41º 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 #387FCD is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 127 | 205 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.20 |
| HSL | 211.41º | 0.6% | 0.51% | - |
| HSV(B) | 211.41º | 0.73% | 0.8% | - |
| XYZ | 20.24 | 20.43 | 60.63 | - |
| YUV | 114.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 205 | 0.73 | 0.38 | 0 | 0.20 | 211.41 | 0.6 | 0.51 |
| Hex | 38 | 7F | CD | 49 | 26 | 0 | 14 | D3 | 3C | 33 |
| Octal | 70 | 177 | 315 | 111 | 46 | 0 | 24 | 323 | 74 | 63 |
| Binary | 111000 | 1111111 | 11001101 | 1001001 | 100110 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #387FCD
Complementary color
Monochromatic Colors of #387FCD
Black with #387FCD
Text Example
Text Example
White with #387FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FCD; }
p { color: rgb(56,127,205); }
H1.HeaderClassName
{
color: #387FCD;
}
.AnyTagClassName
{
color: #387FCD;
}
</style>
background-color css
<style>
a { background-color: #387FCD; }
a { background-color: rgb(56,127,205); }
div.DivClassName
{
background-color: #387FCD;
}
.BgClassName
{
background-color: #387FCD;
}
</style>
border-color css
<style>
span { border-color: #387FCD; }
span { border-color: rgb(56,127,205); }
td.TdClassName
{
border-color: #387FCD;
}
.TagClassName
{
border-color: #387FCD;
}
</style>