Shades of Curious Blue #387BBB
Tints of Curious Blue #387BBB
RGB
CMYK
RGB Variations
Color information
#387BBB (or 0x387BBB) is known color: Curious Blue. HEX triplet: 38, 7B and BB. RGB value is (56,123,187). Sum of RGB (Red+Green+Blue) = 56+123+187=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #387BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BBB is #C78444. Grayscale: #6D6D6D. Windows color (decimal): -13075525 or 12286776. OLE color: 12286776.
HSL color Cylindrical-coordinate representation of color #387BBB: hue angle of 209.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387BBB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 123 | 187 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.27 |
| HSL | 209.31º | 0.54% | 0.48% | - |
| HSV(B) | 209.31º | 0.7% | 0.73% | - |
| XYZ | 17.68 | 18.59 | 49.67 | - |
| YUV | 110.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 187 | 0.70 | 0.34 | 0 | 0.27 | 209.31 | 0.54 | 0.48 |
| Hex | 38 | 7B | BB | 46 | 22 | 0 | 1B | D1 | 36 | 30 |
| Octal | 70 | 173 | 273 | 106 | 42 | 0 | 33 | 321 | 66 | 60 |
| Binary | 111000 | 1111011 | 10111011 | 1000110 | 100010 | 0 | 11011 | 11010001 | 110110 | 110000 |
Color Harmonies of #387BBB
Complementary color
Monochromatic Colors of #387BBB
Black with #387BBB
Text Example
Text Example
White with #387BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BBB; }
p { color: rgb(56,123,187); }
H1.HeaderClassName
{
color: #387BBB;
}
.AnyTagClassName
{
color: #387BBB;
}
</style>
background-color css
<style>
a { background-color: #387BBB; }
a { background-color: rgb(56,123,187); }
div.DivClassName
{
background-color: #387BBB;
}
.BgClassName
{
background-color: #387BBB;
}
</style>
border-color css
<style>
span { border-color: #387BBB; }
span { border-color: rgb(56,123,187); }
td.TdClassName
{
border-color: #387BBB;
}
.TagClassName
{
border-color: #387BBB;
}
</style>