Shades of Curious Blue #387DCB
Tints of Curious Blue #387DCB
RGB
CMYK
RGB Variations
Color information
#387DCB (or 0x387DCB) is known color: Curious Blue. HEX triplet: 38, 7D and CB. RGB value is (56,125,203). Sum of RGB (Red+Green+Blue) = 56+125+203=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #387DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DCB is #C78234. Grayscale: #707070. Windows color (decimal): -13074997 or 13335864. OLE color: 13335864.
HSL color Cylindrical-coordinate representation of color #387DCB: hue angle of 211.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387DCB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 125 | 203 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.20 |
| HSL | 211.84º | 0.59% | 0.51% | - |
| HSV(B) | 211.84º | 0.72% | 0.8% | - |
| XYZ | 19.74 | 19.82 | 59.28 | - |
| YUV | 113.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 203 | 0.72 | 0.38 | 0 | 0.20 | 211.84 | 0.59 | 0.51 |
| Hex | 38 | 7D | CB | 48 | 26 | 0 | 14 | D4 | 3B | 33 |
| Octal | 70 | 175 | 313 | 110 | 46 | 0 | 24 | 324 | 73 | 63 |
| Binary | 111000 | 1111101 | 11001011 | 1001000 | 100110 | 0 | 10100 | 11010100 | 111011 | 110011 |
Color Harmonies of #387DCB
Complementary color
Monochromatic Colors of #387DCB
Black with #387DCB
Text Example
Text Example
White with #387DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DCB; }
p { color: rgb(56,125,203); }
H1.HeaderClassName
{
color: #387DCB;
}
.AnyTagClassName
{
color: #387DCB;
}
</style>
background-color css
<style>
a { background-color: #387DCB; }
a { background-color: rgb(56,125,203); }
div.DivClassName
{
background-color: #387DCB;
}
.BgClassName
{
background-color: #387DCB;
}
</style>
border-color css
<style>
span { border-color: #387DCB; }
span { border-color: rgb(56,125,203); }
td.TdClassName
{
border-color: #387DCB;
}
.TagClassName
{
border-color: #387DCB;
}
</style>