Shades of Curious Blue #387BAE
Tints of Curious Blue #387BAE
RGB
CMYK
RGB Variations
Color information
#387BAE (or 0x387BAE) is known color: Curious Blue. HEX triplet: 38, 7B and AE. RGB value is (56,123,174). Sum of RGB (Red+Green+Blue) = 56+123+174=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #387BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BAE is #C78451. Grayscale: #6C6C6C. Windows color (decimal): -13075538 or 11434808. OLE color: 11434808.
HSL color Cylindrical-coordinate representation of color #387BAE: hue angle of 205.93º 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 #387BAE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 123 | 174 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.32 |
| HSL | 205.93º | 0.51% | 0.45% | - |
| HSV(B) | 205.93º | 0.68% | 0.68% | - |
| XYZ | 16.35 | 18.06 | 42.67 | - |
| YUV | 108.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 174 | 0.68 | 0.29 | 0 | 0.32 | 205.93 | 0.51 | 0.45 |
| Hex | 38 | 7B | AE | 44 | 1D | 0 | 20 | CE | 33 | 2D |
| Octal | 70 | 173 | 256 | 104 | 35 | 0 | 40 | 316 | 63 | 55 |
| Binary | 111000 | 1111011 | 10101110 | 1000100 | 11101 | 0 | 100000 | 11001110 | 110011 | 101101 |
Color Harmonies of #387BAE
Complementary color
Monochromatic Colors of #387BAE
Black with #387BAE
Text Example
Text Example
White with #387BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BAE; }
p { color: rgb(56,123,174); }
H1.HeaderClassName
{
color: #387BAE;
}
.AnyTagClassName
{
color: #387BAE;
}
</style>
background-color css
<style>
a { background-color: #387BAE; }
a { background-color: rgb(56,123,174); }
div.DivClassName
{
background-color: #387BAE;
}
.BgClassName
{
background-color: #387BAE;
}
</style>
border-color css
<style>
span { border-color: #387BAE; }
span { border-color: rgb(56,123,174); }
td.TdClassName
{
border-color: #387BAE;
}
.TagClassName
{
border-color: #387BAE;
}
</style>