Shades of Curious Blue #387FD4
Tints of Curious Blue #387FD4
RGB
CMYK
RGB Variations
Color information
#387FD4 (or 0x387FD4) is known color: Curious Blue. HEX triplet: 38, 7F and D4. RGB value is (56,127,212). Sum of RGB (Red+Green+Blue) = 56+127+212=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #387FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FD4 is #C7802B. Grayscale: #737373. Windows color (decimal): -13074476 or 13926200. OLE color: 13926200.
HSL color Cylindrical-coordinate representation of color #387FD4: hue angle of 212.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387FD4 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 127 | 212 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.17 |
| HSL | 212.69º | 0.64% | 0.53% | - |
| HSV(B) | 212.69º | 0.74% | 0.83% | - |
| XYZ | 21.1 | 20.77 | 65.18 | - |
| YUV | 115.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 212 | 0.74 | 0.40 | 0 | 0.17 | 212.69 | 0.64 | 0.53 |
| Hex | 38 | 7F | D4 | 4A | 28 | 0 | 11 | D5 | 40 | 35 |
| Octal | 70 | 177 | 324 | 112 | 50 | 0 | 21 | 325 | 100 | 65 |
| Binary | 111000 | 1111111 | 11010100 | 1001010 | 101000 | 0 | 10001 | 11010101 | 1000000 | 110101 |
Color Harmonies of #387FD4
Complementary color
Monochromatic Colors of #387FD4
Black with #387FD4
Text Example
Text Example
White with #387FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FD4; }
p { color: rgb(56,127,212); }
H1.HeaderClassName
{
color: #387FD4;
}
.AnyTagClassName
{
color: #387FD4;
}
</style>
background-color css
<style>
a { background-color: #387FD4; }
a { background-color: rgb(56,127,212); }
div.DivClassName
{
background-color: #387FD4;
}
.BgClassName
{
background-color: #387FD4;
}
</style>
border-color css
<style>
span { border-color: #387FD4; }
span { border-color: rgb(56,127,212); }
td.TdClassName
{
border-color: #387FD4;
}
.TagClassName
{
border-color: #387FD4;
}
</style>