Shades of Curious Blue #387DBB
Tints of Curious Blue #387DBB
RGB
CMYK
RGB Variations
Color information
#387DBB (or 0x387DBB) is known color: Curious Blue. HEX triplet: 38, 7D and BB. RGB value is (56,125,187). Sum of RGB (Red+Green+Blue) = 56+125+187=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #387DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DBB is #C78244. Grayscale: #6F6F6F. Windows color (decimal): -13075013 or 12287288. OLE color: 12287288.
HSL color Cylindrical-coordinate representation of color #387DBB: hue angle of 208.4º 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 #387DBB is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 125 | 187 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.27 |
| HSL | 208.4º | 0.54% | 0.48% | - |
| HSV(B) | 208.4º | 0.7% | 0.73% | - |
| XYZ | 17.93 | 19.1 | 49.75 | - |
| YUV | 111.44 | 170.64 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 187 | 0.70 | 0.33 | 0 | 0.27 | 208.4 | 0.54 | 0.48 |
| Hex | 38 | 7D | BB | 46 | 21 | 0 | 1B | D0 | 36 | 30 |
| Octal | 70 | 175 | 273 | 106 | 41 | 0 | 33 | 320 | 66 | 60 |
| Binary | 111000 | 1111101 | 10111011 | 1000110 | 100001 | 0 | 11011 | 11010000 | 110110 | 110000 |
Color Harmonies of #387DBB
Complementary color
Monochromatic Colors of #387DBB
Black with #387DBB
Text Example
Text Example
White with #387DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DBB; }
p { color: rgb(56,125,187); }
H1.HeaderClassName
{
color: #387DBB;
}
.AnyTagClassName
{
color: #387DBB;
}
</style>
background-color css
<style>
a { background-color: #387DBB; }
a { background-color: rgb(56,125,187); }
div.DivClassName
{
background-color: #387DBB;
}
.BgClassName
{
background-color: #387DBB;
}
</style>
border-color css
<style>
span { border-color: #387DBB; }
span { border-color: rgb(56,125,187); }
td.TdClassName
{
border-color: #387DBB;
}
.TagClassName
{
border-color: #387DBB;
}
</style>