Shades of Curious Blue #387EAB
Tints of Curious Blue #387EAB
RGB
CMYK
RGB Variations
Color information
#387EAB (or 0x387EAB) is known color: Curious Blue. HEX triplet: 38, 7E and AB. RGB value is (56,126,171). Sum of RGB (Red+Green+Blue) = 56+126+171=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #387EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EAB is #C78154. Grayscale: #6D6D6D. Windows color (decimal): -13074773 or 11238968. OLE color: 11238968.
HSL color Cylindrical-coordinate representation of color #387EAB: hue angle of 203.48º 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 #387EAB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 126 | 171 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.33 |
| HSL | 203.48º | 0.51% | 0.45% | - |
| HSV(B) | 203.48º | 0.67% | 0.67% | - |
| XYZ | 16.44 | 18.7 | 41.27 | - |
| YUV | 110.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 171 | 0.67 | 0.26 | 0 | 0.33 | 203.48 | 0.51 | 0.45 |
| Hex | 38 | 7E | AB | 43 | 1A | 0 | 21 | CB | 33 | 2D |
| Octal | 70 | 176 | 253 | 103 | 32 | 0 | 41 | 313 | 63 | 55 |
| Binary | 111000 | 1111110 | 10101011 | 1000011 | 11010 | 0 | 100001 | 11001011 | 110011 | 101101 |
Color Harmonies of #387EAB
Complementary color
Monochromatic Colors of #387EAB
Black with #387EAB
Text Example
Text Example
White with #387EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EAB; }
p { color: rgb(56,126,171); }
H1.HeaderClassName
{
color: #387EAB;
}
.AnyTagClassName
{
color: #387EAB;
}
</style>
background-color css
<style>
a { background-color: #387EAB; }
a { background-color: rgb(56,126,171); }
div.DivClassName
{
background-color: #387EAB;
}
.BgClassName
{
background-color: #387EAB;
}
</style>
border-color css
<style>
span { border-color: #387EAB; }
span { border-color: rgb(56,126,171); }
td.TdClassName
{
border-color: #387EAB;
}
.TagClassName
{
border-color: #387EAB;
}
</style>