Shades of Curious Blue #387DAE
Tints of Curious Blue #387DAE
RGB
CMYK
RGB Variations
Color information
#387DAE (or 0x387DAE) is known color: Curious Blue. HEX triplet: 38, 7D and AE. RGB value is (56,125,174). Sum of RGB (Red+Green+Blue) = 56+125+174=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #387DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DAE is #C78251. Grayscale: #6D6D6D. Windows color (decimal): -13075026 or 11435320. OLE color: 11435320.
HSL color Cylindrical-coordinate representation of color #387DAE: hue angle of 204.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387DAE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 125 | 174 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.32 |
| HSL | 204.92º | 0.51% | 0.45% | - |
| HSV(B) | 204.92º | 0.68% | 0.68% | - |
| XYZ | 16.6 | 18.56 | 42.75 | - |
| YUV | 109.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 174 | 0.68 | 0.28 | 0 | 0.32 | 204.92 | 0.51 | 0.45 |
| Hex | 38 | 7D | AE | 44 | 1C | 0 | 20 | CD | 33 | 2D |
| Octal | 70 | 175 | 256 | 104 | 34 | 0 | 40 | 315 | 63 | 55 |
| Binary | 111000 | 1111101 | 10101110 | 1000100 | 11100 | 0 | 100000 | 11001101 | 110011 | 101101 |
Color Harmonies of #387DAE
Complementary color
Monochromatic Colors of #387DAE
Black with #387DAE
Text Example
Text Example
White with #387DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DAE; }
p { color: rgb(56,125,174); }
H1.HeaderClassName
{
color: #387DAE;
}
.AnyTagClassName
{
color: #387DAE;
}
</style>
background-color css
<style>
a { background-color: #387DAE; }
a { background-color: rgb(56,125,174); }
div.DivClassName
{
background-color: #387DAE;
}
.BgClassName
{
background-color: #387DAE;
}
</style>
border-color css
<style>
span { border-color: #387DAE; }
span { border-color: rgb(56,125,174); }
td.TdClassName
{
border-color: #387DAE;
}
.TagClassName
{
border-color: #387DAE;
}
</style>