Shades of Curious Blue #387EAE
Tints of Curious Blue #387EAE
RGB
CMYK
RGB Variations
Color information
#387EAE (or 0x387EAE) is known color: Curious Blue. HEX triplet: 38, 7E and AE. RGB value is (56,126,174). Sum of RGB (Red+Green+Blue) = 56+126+174=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #387EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EAE is #C78151. Grayscale: #6E6E6E. Windows color (decimal): -13074770 or 11435576. OLE color: 11435576.
HSL color Cylindrical-coordinate representation of color #387EAE: hue angle of 204.41º 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 #387EAE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 126 | 174 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.32 |
| HSL | 204.41º | 0.51% | 0.45% | - |
| HSV(B) | 204.41º | 0.68% | 0.68% | - |
| XYZ | 16.73 | 18.82 | 42.79 | - |
| YUV | 110.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 174 | 0.68 | 0.28 | 0 | 0.32 | 204.41 | 0.51 | 0.45 |
| Hex | 38 | 7E | AE | 44 | 1C | 0 | 20 | CC | 33 | 2D |
| Octal | 70 | 176 | 256 | 104 | 34 | 0 | 40 | 314 | 63 | 55 |
| Binary | 111000 | 1111110 | 10101110 | 1000100 | 11100 | 0 | 100000 | 11001100 | 110011 | 101101 |
Color Harmonies of #387EAE
Complementary color
Monochromatic Colors of #387EAE
Black with #387EAE
Text Example
Text Example
White with #387EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EAE; }
p { color: rgb(56,126,174); }
H1.HeaderClassName
{
color: #387EAE;
}
.AnyTagClassName
{
color: #387EAE;
}
</style>
background-color css
<style>
a { background-color: #387EAE; }
a { background-color: rgb(56,126,174); }
div.DivClassName
{
background-color: #387EAE;
}
.BgClassName
{
background-color: #387EAE;
}
</style>
border-color css
<style>
span { border-color: #387EAE; }
span { border-color: rgb(56,126,174); }
td.TdClassName
{
border-color: #387EAE;
}
.TagClassName
{
border-color: #387EAE;
}
</style>