Shades of Curious Blue #387CC1
Tints of Curious Blue #387CC1
RGB
CMYK
RGB Variations
Color information
#387CC1 (or 0x387CC1) is known color: Curious Blue. HEX triplet: 38, 7C and C1. RGB value is (56,124,193). Sum of RGB (Red+Green+Blue) = 56+124+193=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #387CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CC1 is #C7833E. Grayscale: #6F6F6F. Windows color (decimal): -13075263 or 12680248. OLE color: 12680248.
HSL color Cylindrical-coordinate representation of color #387CC1: hue angle of 210.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387CC1 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 124 | 193 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.24 |
| HSL | 210.22º | 0.55% | 0.49% | - |
| HSV(B) | 210.22º | 0.71% | 0.76% | - |
| XYZ | 18.46 | 19.11 | 53.17 | - |
| YUV | 111.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 193 | 0.71 | 0.36 | 0 | 0.24 | 210.22 | 0.55 | 0.49 |
| Hex | 38 | 7C | C1 | 47 | 24 | 0 | 18 | D2 | 37 | 31 |
| Octal | 70 | 174 | 301 | 107 | 44 | 0 | 30 | 322 | 67 | 61 |
| Binary | 111000 | 1111100 | 11000001 | 1000111 | 100100 | 0 | 11000 | 11010010 | 110111 | 110001 |
Color Harmonies of #387CC1
Complementary color
Monochromatic Colors of #387CC1
Black with #387CC1
Text Example
Text Example
White with #387CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CC1; }
p { color: rgb(56,124,193); }
H1.HeaderClassName
{
color: #387CC1;
}
.AnyTagClassName
{
color: #387CC1;
}
</style>
background-color css
<style>
a { background-color: #387CC1; }
a { background-color: rgb(56,124,193); }
div.DivClassName
{
background-color: #387CC1;
}
.BgClassName
{
background-color: #387CC1;
}
</style>
border-color css
<style>
span { border-color: #387CC1; }
span { border-color: rgb(56,124,193); }
td.TdClassName
{
border-color: #387CC1;
}
.TagClassName
{
border-color: #387CC1;
}
</style>