Shades of Curious Blue #387FC1
Tints of Curious Blue #387FC1
RGB
CMYK
RGB Variations
Color information
#387FC1 (or 0x387FC1) is known color: Curious Blue. HEX triplet: 38, 7F and C1. RGB value is (56,127,193). Sum of RGB (Red+Green+Blue) = 56+127+193=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #387FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FC1 is #C7803E. Grayscale: #707070. Windows color (decimal): -13074495 or 12681016. OLE color: 12681016.
HSL color Cylindrical-coordinate representation of color #387FC1: hue angle of 208.91º 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 #387FC1 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 127 | 193 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.24 |
| HSL | 208.91º | 0.55% | 0.49% | - |
| HSV(B) | 208.91º | 0.71% | 0.76% | - |
| XYZ | 18.85 | 19.87 | 53.29 | - |
| YUV | 113.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 193 | 0.71 | 0.34 | 0 | 0.24 | 208.91 | 0.55 | 0.49 |
| Hex | 38 | 7F | C1 | 47 | 22 | 0 | 18 | D1 | 37 | 31 |
| Octal | 70 | 177 | 301 | 107 | 42 | 0 | 30 | 321 | 67 | 61 |
| Binary | 111000 | 1111111 | 11000001 | 1000111 | 100010 | 0 | 11000 | 11010001 | 110111 | 110001 |
Color Harmonies of #387FC1
Complementary color
Monochromatic Colors of #387FC1
Black with #387FC1
Text Example
Text Example
White with #387FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FC1; }
p { color: rgb(56,127,193); }
H1.HeaderClassName
{
color: #387FC1;
}
.AnyTagClassName
{
color: #387FC1;
}
</style>
background-color css
<style>
a { background-color: #387FC1; }
a { background-color: rgb(56,127,193); }
div.DivClassName
{
background-color: #387FC1;
}
.BgClassName
{
background-color: #387FC1;
}
</style>
border-color css
<style>
span { border-color: #387FC1; }
span { border-color: rgb(56,127,193); }
td.TdClassName
{
border-color: #387FC1;
}
.TagClassName
{
border-color: #387FC1;
}
</style>