Shades of Curious Blue #387BC1
Tints of Curious Blue #387BC1
RGB
CMYK
RGB Variations
Color information
#387BC1 (or 0x387BC1) is known color: Curious Blue. HEX triplet: 38, 7B and C1. RGB value is (56,123,193). Sum of RGB (Red+Green+Blue) = 56+123+193=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #387BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BC1 is #C7843E. Grayscale: #6E6E6E. Windows color (decimal): -13075519 or 12679992. OLE color: 12679992.
HSL color Cylindrical-coordinate representation of color #387BC1: hue angle of 210.66º 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 #387BC1 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 123 | 193 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.24 |
| HSL | 210.66º | 0.55% | 0.49% | - |
| HSV(B) | 210.66º | 0.71% | 0.76% | - |
| XYZ | 18.34 | 18.86 | 53.13 | - |
| YUV | 110.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 193 | 0.71 | 0.36 | 0 | 0.24 | 210.66 | 0.55 | 0.49 |
| Hex | 38 | 7B | C1 | 47 | 24 | 0 | 18 | D3 | 37 | 31 |
| Octal | 70 | 173 | 301 | 107 | 44 | 0 | 30 | 323 | 67 | 61 |
| Binary | 111000 | 1111011 | 11000001 | 1000111 | 100100 | 0 | 11000 | 11010011 | 110111 | 110001 |
Color Harmonies of #387BC1
Complementary color
Monochromatic Colors of #387BC1
Black with #387BC1
Text Example
Text Example
White with #387BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BC1; }
p { color: rgb(56,123,193); }
H1.HeaderClassName
{
color: #387BC1;
}
.AnyTagClassName
{
color: #387BC1;
}
</style>
background-color css
<style>
a { background-color: #387BC1; }
a { background-color: rgb(56,123,193); }
div.DivClassName
{
background-color: #387BC1;
}
.BgClassName
{
background-color: #387BC1;
}
</style>
border-color css
<style>
span { border-color: #387BC1; }
span { border-color: rgb(56,123,193); }
td.TdClassName
{
border-color: #387BC1;
}
.TagClassName
{
border-color: #387BC1;
}
</style>