Shades of Curious Blue #387EAD
Tints of Curious Blue #387EAD
RGB
CMYK
RGB Variations
Color information
#387EAD (or 0x387EAD) is known color: Curious Blue. HEX triplet: 38, 7E and AD. RGB value is (56,126,173). Sum of RGB (Red+Green+Blue) = 56+126+173=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #387EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EAD is #C78152. Grayscale: #6E6E6E. Windows color (decimal): -13074771 or 11370040. OLE color: 11370040.
HSL color Cylindrical-coordinate representation of color #387EAD: hue angle of 204.1º 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 #387EAD is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 126 | 173 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.32 |
| HSL | 204.1º | 0.51% | 0.45% | - |
| HSV(B) | 204.1º | 0.68% | 0.68% | - |
| XYZ | 16.63 | 18.78 | 42.28 | - |
| YUV | 110.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 173 | 0.68 | 0.27 | 0 | 0.32 | 204.1 | 0.51 | 0.45 |
| Hex | 38 | 7E | AD | 44 | 1B | 0 | 20 | CC | 33 | 2D |
| Octal | 70 | 176 | 255 | 104 | 33 | 0 | 40 | 314 | 63 | 55 |
| Binary | 111000 | 1111110 | 10101101 | 1000100 | 11011 | 0 | 100000 | 11001100 | 110011 | 101101 |
Color Harmonies of #387EAD
Complementary color
Monochromatic Colors of #387EAD
Black with #387EAD
Text Example
Text Example
White with #387EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EAD; }
p { color: rgb(56,126,173); }
H1.HeaderClassName
{
color: #387EAD;
}
.AnyTagClassName
{
color: #387EAD;
}
</style>
background-color css
<style>
a { background-color: #387EAD; }
a { background-color: rgb(56,126,173); }
div.DivClassName
{
background-color: #387EAD;
}
.BgClassName
{
background-color: #387EAD;
}
</style>
border-color css
<style>
span { border-color: #387EAD; }
span { border-color: rgb(56,126,173); }
td.TdClassName
{
border-color: #387EAD;
}
.TagClassName
{
border-color: #387EAD;
}
</style>