Shades of Curious Blue #387BC8
Tints of Curious Blue #387BC8
RGB
CMYK
RGB Variations
Color information
#387BC8 (or 0x387BC8) is known color: Curious Blue. HEX triplet: 38, 7B and C8. RGB value is (56,123,200). Sum of RGB (Red+Green+Blue) = 56+123+200=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #387BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BC8 is #C78437. Grayscale: #6F6F6F. Windows color (decimal): -13075512 or 13138744. OLE color: 13138744.
HSL color Cylindrical-coordinate representation of color #387BC8: hue angle of 212.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387BC8 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 123 | 200 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.22 |
| HSL | 212.08º | 0.57% | 0.5% | - |
| HSV(B) | 212.08º | 0.72% | 0.78% | - |
| XYZ | 19.14 | 19.18 | 57.34 | - |
| YUV | 111.75 | 177.8 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 200 | 0.72 | 0.38 | 0 | 0.22 | 212.08 | 0.57 | 0.5 |
| Hex | 38 | 7B | C8 | 48 | 26 | 0 | 16 | D4 | 39 | 32 |
| Octal | 70 | 173 | 310 | 110 | 46 | 0 | 26 | 324 | 71 | 62 |
| Binary | 111000 | 1111011 | 11001000 | 1001000 | 100110 | 0 | 10110 | 11010100 | 111001 | 110010 |
Color Harmonies of #387BC8
Complementary color
Monochromatic Colors of #387BC8
Black with #387BC8
Text Example
Text Example
White with #387BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BC8; }
p { color: rgb(56,123,200); }
H1.HeaderClassName
{
color: #387BC8;
}
.AnyTagClassName
{
color: #387BC8;
}
</style>
background-color css
<style>
a { background-color: #387BC8; }
a { background-color: rgb(56,123,200); }
div.DivClassName
{
background-color: #387BC8;
}
.BgClassName
{
background-color: #387BC8;
}
</style>
border-color css
<style>
span { border-color: #387BC8; }
span { border-color: rgb(56,123,200); }
td.TdClassName
{
border-color: #387BC8;
}
.TagClassName
{
border-color: #387BC8;
}
</style>