Shades of Curious Blue #387DC6
Tints of Curious Blue #387DC6
RGB
CMYK
RGB Variations
Color information
#387DC6 (or 0x387DC6) is known color: Curious Blue. HEX triplet: 38, 7D and C6. RGB value is (56,125,198). Sum of RGB (Red+Green+Blue) = 56+125+198=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #387DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DC6 is #C78239. Grayscale: #707070. Windows color (decimal): -13075002 or 13008184. OLE color: 13008184.
HSL color Cylindrical-coordinate representation of color #387DC6: hue angle of 210.85º degrees, saturation: 0.56, 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 #387DC6 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 125 | 198 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.22 |
| HSL | 210.85º | 0.56% | 0.5% | - |
| HSV(B) | 210.85º | 0.72% | 0.78% | - |
| XYZ | 19.16 | 19.59 | 56.2 | - |
| YUV | 112.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 198 | 0.72 | 0.37 | 0 | 0.22 | 210.85 | 0.56 | 0.5 |
| Hex | 38 | 7D | C6 | 48 | 25 | 0 | 16 | D3 | 38 | 32 |
| Octal | 70 | 175 | 306 | 110 | 45 | 0 | 26 | 323 | 70 | 62 |
| Binary | 111000 | 1111101 | 11000110 | 1001000 | 100101 | 0 | 10110 | 11010011 | 111000 | 110010 |
Color Harmonies of #387DC6
Complementary color
Monochromatic Colors of #387DC6
Black with #387DC6
Text Example
Text Example
White with #387DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DC6; }
p { color: rgb(56,125,198); }
H1.HeaderClassName
{
color: #387DC6;
}
.AnyTagClassName
{
color: #387DC6;
}
</style>
background-color css
<style>
a { background-color: #387DC6; }
a { background-color: rgb(56,125,198); }
div.DivClassName
{
background-color: #387DC6;
}
.BgClassName
{
background-color: #387DC6;
}
</style>
border-color css
<style>
span { border-color: #387DC6; }
span { border-color: rgb(56,125,198); }
td.TdClassName
{
border-color: #387DC6;
}
.TagClassName
{
border-color: #387DC6;
}
</style>