Shades of Curious Blue #387BBD
Tints of Curious Blue #387BBD
RGB
CMYK
RGB Variations
Color information
#387BBD (or 0x387BBD) is known color: Curious Blue. HEX triplet: 38, 7B and BD. RGB value is (56,123,189). Sum of RGB (Red+Green+Blue) = 56+123+189=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #387BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BBD is #C78442. Grayscale: #6E6E6E. Windows color (decimal): -13075523 or 12417848. OLE color: 12417848.
HSL color Cylindrical-coordinate representation of color #387BBD: hue angle of 209.77º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387BBD is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 123 | 189 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.26 |
| HSL | 209.77º | 0.54% | 0.48% | - |
| HSV(B) | 209.77º | 0.7% | 0.74% | - |
| XYZ | 17.9 | 18.68 | 50.81 | - |
| YUV | 110.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 189 | 0.70 | 0.35 | 0 | 0.26 | 209.77 | 0.54 | 0.48 |
| Hex | 38 | 7B | BD | 46 | 23 | 0 | 1A | D2 | 36 | 30 |
| Octal | 70 | 173 | 275 | 106 | 43 | 0 | 32 | 322 | 66 | 60 |
| Binary | 111000 | 1111011 | 10111101 | 1000110 | 100011 | 0 | 11010 | 11010010 | 110110 | 110000 |
Color Harmonies of #387BBD
Complementary color
Monochromatic Colors of #387BBD
Black with #387BBD
Text Example
Text Example
White with #387BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BBD; }
p { color: rgb(56,123,189); }
H1.HeaderClassName
{
color: #387BBD;
}
.AnyTagClassName
{
color: #387BBD;
}
</style>
background-color css
<style>
a { background-color: #387BBD; }
a { background-color: rgb(56,123,189); }
div.DivClassName
{
background-color: #387BBD;
}
.BgClassName
{
background-color: #387BBD;
}
</style>
border-color css
<style>
span { border-color: #387BBD; }
span { border-color: rgb(56,123,189); }
td.TdClassName
{
border-color: #387BBD;
}
.TagClassName
{
border-color: #387BBD;
}
</style>