Shades of Curious Blue #387ACE
Tints of Curious Blue #387ACE
RGB
CMYK
RGB Variations
Color information
#387ACE (or 0x387ACE) is known color: Curious Blue. HEX triplet: 38, 7A and CE. RGB value is (56,122,206). Sum of RGB (Red+Green+Blue) = 56+122+206=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #387ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ACE is #C78531. Grayscale: #6F6F6F. Windows color (decimal): -13075762 or 13531704. OLE color: 13531704.
HSL color Cylindrical-coordinate representation of color #387ACE: hue angle of 213.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 #387ACE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 122 | 206 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.19 |
| HSL | 213.6º | 0.6% | 0.51% | - |
| HSV(B) | 213.6º | 0.73% | 0.81% | - |
| XYZ | 19.73 | 19.22 | 61.06 | - |
| YUV | 111.84 | 181.13 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 206 | 0.73 | 0.41 | 0 | 0.19 | 213.6 | 0.6 | 0.51 |
| Hex | 38 | 7A | CE | 49 | 29 | 0 | 13 | D6 | 3C | 33 |
| Octal | 70 | 172 | 316 | 111 | 51 | 0 | 23 | 326 | 74 | 63 |
| Binary | 111000 | 1111010 | 11001110 | 1001001 | 101001 | 0 | 10011 | 11010110 | 111100 | 110011 |
Color Harmonies of #387ACE
Complementary color
Monochromatic Colors of #387ACE
Black with #387ACE
Text Example
Text Example
White with #387ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ACE; }
p { color: rgb(56,122,206); }
H1.HeaderClassName
{
color: #387ACE;
}
.AnyTagClassName
{
color: #387ACE;
}
</style>
background-color css
<style>
a { background-color: #387ACE; }
a { background-color: rgb(56,122,206); }
div.DivClassName
{
background-color: #387ACE;
}
.BgClassName
{
background-color: #387ACE;
}
</style>
border-color css
<style>
span { border-color: #387ACE; }
span { border-color: rgb(56,122,206); }
td.TdClassName
{
border-color: #387ACE;
}
.TagClassName
{
border-color: #387ACE;
}
</style>