Shades of Curious Blue #387CAC
Tints of Curious Blue #387CAC
RGB
CMYK
RGB Variations
Color information
#387CAC (or 0x387CAC) is known color: Curious Blue. HEX triplet: 38, 7C and AC. RGB value is (56,124,172). Sum of RGB (Red+Green+Blue) = 56+124+172=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #387CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAC is #C78353. Grayscale: #6C6C6C. Windows color (decimal): -13075284 or 11303992. OLE color: 11303992.
HSL color Cylindrical-coordinate representation of color #387CAC: hue angle of 204.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387CAC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 124 | 172 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.33 |
| HSL | 204.83º | 0.51% | 0.45% | - |
| HSV(B) | 204.83º | 0.67% | 0.67% | - |
| XYZ | 16.28 | 18.23 | 41.69 | - |
| YUV | 109.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 172 | 0.67 | 0.28 | 0 | 0.33 | 204.83 | 0.51 | 0.45 |
| Hex | 38 | 7C | AC | 43 | 1C | 0 | 21 | CD | 33 | 2D |
| Octal | 70 | 174 | 254 | 103 | 34 | 0 | 41 | 315 | 63 | 55 |
| Binary | 111000 | 1111100 | 10101100 | 1000011 | 11100 | 0 | 100001 | 11001101 | 110011 | 101101 |
Color Harmonies of #387CAC
Complementary color
Monochromatic Colors of #387CAC
Black with #387CAC
Text Example
Text Example
White with #387CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CAC; }
p { color: rgb(56,124,172); }
H1.HeaderClassName
{
color: #387CAC;
}
.AnyTagClassName
{
color: #387CAC;
}
</style>
background-color css
<style>
a { background-color: #387CAC; }
a { background-color: rgb(56,124,172); }
div.DivClassName
{
background-color: #387CAC;
}
.BgClassName
{
background-color: #387CAC;
}
</style>
border-color css
<style>
span { border-color: #387CAC; }
span { border-color: rgb(56,124,172); }
td.TdClassName
{
border-color: #387CAC;
}
.TagClassName
{
border-color: #387CAC;
}
</style>