Shades of Curious Blue #387DA8
Tints of Curious Blue #387DA8
RGB
CMYK
RGB Variations
Color information
#387DA8 (or 0x387DA8) is known color: Curious Blue. HEX triplet: 38, 7D and A8. RGB value is (56,125,168). Sum of RGB (Red+Green+Blue) = 56+125+168=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 168 - color contains mainly: blue. Hex color #387DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DA8 is #C78257. Grayscale: #6D6D6D. Windows color (decimal): -13075032 or 11042104. OLE color: 11042104.
HSL color Cylindrical-coordinate representation of color #387DA8: hue angle of 203.04º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387DA8 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 125 | 168 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.34 |
| HSL | 203.04º | 0.5% | 0.44% | - |
| HSV(B) | 203.04º | 0.67% | 0.66% | - |
| XYZ | 16.03 | 18.34 | 39.74 | - |
| YUV | 109.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 168 | 0.67 | 0.26 | 0 | 0.34 | 203.04 | 0.5 | 0.44 |
| Hex | 38 | 7D | A8 | 43 | 1A | 0 | 22 | CB | 32 | 2C |
| Octal | 70 | 175 | 250 | 103 | 32 | 0 | 42 | 313 | 62 | 54 |
| Binary | 111000 | 1111101 | 10101000 | 1000011 | 11010 | 0 | 100010 | 11001011 | 110010 | 101100 |
Color Harmonies of #387DA8
Complementary color
Monochromatic Colors of #387DA8
Black with #387DA8
Text Example
Text Example
White with #387DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DA8; }
p { color: rgb(56,125,168); }
H1.HeaderClassName
{
color: #387DA8;
}
.AnyTagClassName
{
color: #387DA8;
}
</style>
background-color css
<style>
a { background-color: #387DA8; }
a { background-color: rgb(56,125,168); }
div.DivClassName
{
background-color: #387DA8;
}
.BgClassName
{
background-color: #387DA8;
}
</style>
border-color css
<style>
span { border-color: #387DA8; }
span { border-color: rgb(56,125,168); }
td.TdClassName
{
border-color: #387DA8;
}
.TagClassName
{
border-color: #387DA8;
}
</style>