Shades of Curious Blue #387BAA
Tints of Curious Blue #387BAA
RGB
CMYK
RGB Variations
Color information
#387BAA (or 0x387BAA) is known color: Curious Blue. HEX triplet: 38, 7B and AA. RGB value is (56,123,170). Sum of RGB (Red+Green+Blue) = 56+123+170=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #387BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BAA is #C78455. Grayscale: #6C6C6C. Windows color (decimal): -13075542 or 11172664. OLE color: 11172664.
HSL color Cylindrical-coordinate representation of color #387BAA: hue angle of 204.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387BAA is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 123 | 170 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.33 |
| HSL | 204.74º | 0.5% | 0.44% | - |
| HSV(B) | 204.74º | 0.67% | 0.67% | - |
| XYZ | 15.97 | 17.91 | 40.65 | - |
| YUV | 108.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 170 | 0.67 | 0.28 | 0 | 0.33 | 204.74 | 0.5 | 0.44 |
| Hex | 38 | 7B | AA | 43 | 1C | 0 | 21 | CD | 32 | 2C |
| Octal | 70 | 173 | 252 | 103 | 34 | 0 | 41 | 315 | 62 | 54 |
| Binary | 111000 | 1111011 | 10101010 | 1000011 | 11100 | 0 | 100001 | 11001101 | 110010 | 101100 |
Color Harmonies of #387BAA
Complementary color
Monochromatic Colors of #387BAA
Black with #387BAA
Text Example
Text Example
White with #387BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BAA; }
p { color: rgb(56,123,170); }
H1.HeaderClassName
{
color: #387BAA;
}
.AnyTagClassName
{
color: #387BAA;
}
</style>
background-color css
<style>
a { background-color: #387BAA; }
a { background-color: rgb(56,123,170); }
div.DivClassName
{
background-color: #387BAA;
}
.BgClassName
{
background-color: #387BAA;
}
</style>
border-color css
<style>
span { border-color: #387BAA; }
span { border-color: rgb(56,123,170); }
td.TdClassName
{
border-color: #387BAA;
}
.TagClassName
{
border-color: #387BAA;
}
</style>