Shades of Curious Blue #387EC7
Tints of Curious Blue #387EC7
RGB
CMYK
RGB Variations
Color information
#387EC7 (or 0x387EC7) is known color: Curious Blue. HEX triplet: 38, 7E and C7. RGB value is (56,126,199). Sum of RGB (Red+Green+Blue) = 56+126+199=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #387EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EC7 is #C78138. Grayscale: #717171. Windows color (decimal): -13074745 or 13073976. OLE color: 13073976.
HSL color Cylindrical-coordinate representation of color #387EC7: hue angle of 210.63º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387EC7 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 126 | 199 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.22 |
| HSL | 210.63º | 0.56% | 0.5% | - |
| HSV(B) | 210.63º | 0.72% | 0.78% | - |
| XYZ | 19.4 | 19.89 | 56.85 | - |
| YUV | 113.39 | 176.31 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 199 | 0.72 | 0.37 | 0 | 0.22 | 210.63 | 0.56 | 0.5 |
| Hex | 38 | 7E | C7 | 48 | 25 | 0 | 16 | D3 | 38 | 32 |
| Octal | 70 | 176 | 307 | 110 | 45 | 0 | 26 | 323 | 70 | 62 |
| Binary | 111000 | 1111110 | 11000111 | 1001000 | 100101 | 0 | 10110 | 11010011 | 111000 | 110010 |
Color Harmonies of #387EC7
Complementary color
Monochromatic Colors of #387EC7
Black with #387EC7
Text Example
Text Example
White with #387EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EC7; }
p { color: rgb(56,126,199); }
H1.HeaderClassName
{
color: #387EC7;
}
.AnyTagClassName
{
color: #387EC7;
}
</style>
background-color css
<style>
a { background-color: #387EC7; }
a { background-color: rgb(56,126,199); }
div.DivClassName
{
background-color: #387EC7;
}
.BgClassName
{
background-color: #387EC7;
}
</style>
border-color css
<style>
span { border-color: #387EC7; }
span { border-color: rgb(56,126,199); }
td.TdClassName
{
border-color: #387EC7;
}
.TagClassName
{
border-color: #387EC7;
}
</style>