Shades of Curious Blue #387DB6
Tints of Curious Blue #387DB6
RGB
CMYK
RGB Variations
Color information
#387DB6 (or 0x387DB6) is known color: Curious Blue. HEX triplet: 38, 7D and B6. RGB value is (56,125,182). Sum of RGB (Red+Green+Blue) = 56+125+182=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #387DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DB6 is #C78249. Grayscale: #6E6E6E. Windows color (decimal): -13075018 or 11959608. OLE color: 11959608.
HSL color Cylindrical-coordinate representation of color #387DB6: hue angle of 207.14º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387DB6 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 125 | 182 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.29 |
| HSL | 207.14º | 0.53% | 0.47% | - |
| HSV(B) | 207.14º | 0.69% | 0.71% | - |
| XYZ | 17.41 | 18.89 | 46.98 | - |
| YUV | 110.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 182 | 0.69 | 0.31 | 0 | 0.29 | 207.14 | 0.53 | 0.47 |
| Hex | 38 | 7D | B6 | 45 | 1F | 0 | 1D | CF | 35 | 2F |
| Octal | 70 | 175 | 266 | 105 | 37 | 0 | 35 | 317 | 65 | 57 |
| Binary | 111000 | 1111101 | 10110110 | 1000101 | 11111 | 0 | 11101 | 11001111 | 110101 | 101111 |
Color Harmonies of #387DB6
Complementary color
Monochromatic Colors of #387DB6
Black with #387DB6
Text Example
Text Example
White with #387DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DB6; }
p { color: rgb(56,125,182); }
H1.HeaderClassName
{
color: #387DB6;
}
.AnyTagClassName
{
color: #387DB6;
}
</style>
background-color css
<style>
a { background-color: #387DB6; }
a { background-color: rgb(56,125,182); }
div.DivClassName
{
background-color: #387DB6;
}
.BgClassName
{
background-color: #387DB6;
}
</style>
border-color css
<style>
span { border-color: #387DB6; }
span { border-color: rgb(56,125,182); }
td.TdClassName
{
border-color: #387DB6;
}
.TagClassName
{
border-color: #387DB6;
}
</style>