Shades of Curious Blue #387FCE
Tints of Curious Blue #387FCE
RGB
CMYK
RGB Variations
Color information
#387FCE (or 0x387FCE) is known color: Curious Blue. HEX triplet: 38, 7F and CE. RGB value is (56,127,206). Sum of RGB (Red+Green+Blue) = 56+127+206=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #387FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FCE is #C78031. Grayscale: #727272. Windows color (decimal): -13074482 or 13532984. OLE color: 13532984.
HSL color Cylindrical-coordinate representation of color #387FCE: hue angle of 211.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387FCE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 127 | 206 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.19 |
| HSL | 211.6º | 0.6% | 0.51% | - |
| HSV(B) | 211.6º | 0.73% | 0.81% | - |
| XYZ | 20.36 | 20.48 | 61.27 | - |
| YUV | 114.78 | 179.48 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 206 | 0.73 | 0.38 | 0 | 0.19 | 211.6 | 0.6 | 0.51 |
| Hex | 38 | 7F | CE | 49 | 26 | 0 | 13 | D4 | 3C | 33 |
| Octal | 70 | 177 | 316 | 111 | 46 | 0 | 23 | 324 | 74 | 63 |
| Binary | 111000 | 1111111 | 11001110 | 1001001 | 100110 | 0 | 10011 | 11010100 | 111100 | 110011 |
Color Harmonies of #387FCE
Complementary color
Monochromatic Colors of #387FCE
Black with #387FCE
Text Example
Text Example
White with #387FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FCE; }
p { color: rgb(56,127,206); }
H1.HeaderClassName
{
color: #387FCE;
}
.AnyTagClassName
{
color: #387FCE;
}
</style>
background-color css
<style>
a { background-color: #387FCE; }
a { background-color: rgb(56,127,206); }
div.DivClassName
{
background-color: #387FCE;
}
.BgClassName
{
background-color: #387FCE;
}
</style>
border-color css
<style>
span { border-color: #387FCE; }
span { border-color: rgb(56,127,206); }
td.TdClassName
{
border-color: #387FCE;
}
.TagClassName
{
border-color: #387FCE;
}
</style>