Shades of Curious Blue #387FCB
Tints of Curious Blue #387FCB
RGB
CMYK
RGB Variations
Color information
#387FCB (or 0x387FCB) is known color: Curious Blue. HEX triplet: 38, 7F and CB. RGB value is (56,127,203). Sum of RGB (Red+Green+Blue) = 56+127+203=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #387FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FCB is #C78034. Grayscale: #727272. Windows color (decimal): -13074485 or 13336376. OLE color: 13336376.
HSL color Cylindrical-coordinate representation of color #387FCB: hue angle of 211.02º 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 #387FCB is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 127 | 203 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.20 |
| HSL | 211.02º | 0.59% | 0.51% | - |
| HSV(B) | 211.02º | 0.72% | 0.8% | - |
| XYZ | 20 | 20.33 | 59.37 | - |
| YUV | 114.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 203 | 0.72 | 0.37 | 0 | 0.20 | 211.02 | 0.59 | 0.51 |
| Hex | 38 | 7F | CB | 48 | 25 | 0 | 14 | D3 | 3B | 33 |
| Octal | 70 | 177 | 313 | 110 | 45 | 0 | 24 | 323 | 73 | 63 |
| Binary | 111000 | 1111111 | 11001011 | 1001000 | 100101 | 0 | 10100 | 11010011 | 111011 | 110011 |
Color Harmonies of #387FCB
Complementary color
Monochromatic Colors of #387FCB
Black with #387FCB
Text Example
Text Example
White with #387FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FCB; }
p { color: rgb(56,127,203); }
H1.HeaderClassName
{
color: #387FCB;
}
.AnyTagClassName
{
color: #387FCB;
}
</style>
background-color css
<style>
a { background-color: #387FCB; }
a { background-color: rgb(56,127,203); }
div.DivClassName
{
background-color: #387FCB;
}
.BgClassName
{
background-color: #387FCB;
}
</style>
border-color css
<style>
span { border-color: #387FCB; }
span { border-color: rgb(56,127,203); }
td.TdClassName
{
border-color: #387FCB;
}
.TagClassName
{
border-color: #387FCB;
}
</style>