Shades of Curious Blue #387CB1
Tints of Curious Blue #387CB1
RGB
CMYK
RGB Variations
Color information
#387CB1 (or 0x387CB1) is known color: Curious Blue. HEX triplet: 38, 7C and B1. RGB value is (56,124,177). Sum of RGB (Red+Green+Blue) = 56+124+177=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #387CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CB1 is #C7834E. Grayscale: #6D6D6D. Windows color (decimal): -13075279 or 11631672. OLE color: 11631672.
HSL color Cylindrical-coordinate representation of color #387CB1: hue angle of 206.28º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387CB1 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 124 | 177 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.31 |
| HSL | 206.28º | 0.52% | 0.46% | - |
| HSV(B) | 206.28º | 0.68% | 0.69% | - |
| XYZ | 16.77 | 18.43 | 44.27 | - |
| YUV | 109.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 177 | 0.68 | 0.30 | 0 | 0.31 | 206.28 | 0.52 | 0.46 |
| Hex | 38 | 7C | B1 | 44 | 1E | 0 | 1F | CE | 34 | 2E |
| Octal | 70 | 174 | 261 | 104 | 36 | 0 | 37 | 316 | 64 | 56 |
| Binary | 111000 | 1111100 | 10110001 | 1000100 | 11110 | 0 | 11111 | 11001110 | 110100 | 101110 |
Color Harmonies of #387CB1
Complementary color
Monochromatic Colors of #387CB1
Black with #387CB1
Text Example
Text Example
White with #387CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CB1; }
p { color: rgb(56,124,177); }
H1.HeaderClassName
{
color: #387CB1;
}
.AnyTagClassName
{
color: #387CB1;
}
</style>
background-color css
<style>
a { background-color: #387CB1; }
a { background-color: rgb(56,124,177); }
div.DivClassName
{
background-color: #387CB1;
}
.BgClassName
{
background-color: #387CB1;
}
</style>
border-color css
<style>
span { border-color: #387CB1; }
span { border-color: rgb(56,124,177); }
td.TdClassName
{
border-color: #387CB1;
}
.TagClassName
{
border-color: #387CB1;
}
</style>