Shades of Curious Blue #387BAC
Tints of Curious Blue #387BAC
RGB
CMYK
RGB Variations
Color information
#387BAC (or 0x387BAC) is known color: Curious Blue. HEX triplet: 38, 7B and AC. RGB value is (56,123,172). Sum of RGB (Red+Green+Blue) = 56+123+172=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #387BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BAC is #C78453. Grayscale: #6C6C6C. Windows color (decimal): -13075540 or 11303736. OLE color: 11303736.
HSL color Cylindrical-coordinate representation of color #387BAC: hue angle of 205.34º 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 #387BAC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 123 | 172 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.33 |
| HSL | 205.34º | 0.51% | 0.45% | - |
| HSV(B) | 205.34º | 0.67% | 0.67% | - |
| XYZ | 16.16 | 17.99 | 41.65 | - |
| YUV | 108.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 172 | 0.67 | 0.28 | 0 | 0.33 | 205.34 | 0.51 | 0.45 |
| Hex | 38 | 7B | AC | 43 | 1C | 0 | 21 | CD | 33 | 2D |
| Octal | 70 | 173 | 254 | 103 | 34 | 0 | 41 | 315 | 63 | 55 |
| Binary | 111000 | 1111011 | 10101100 | 1000011 | 11100 | 0 | 100001 | 11001101 | 110011 | 101101 |
Color Harmonies of #387BAC
Complementary color
Monochromatic Colors of #387BAC
Black with #387BAC
Text Example
Text Example
White with #387BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BAC; }
p { color: rgb(56,123,172); }
H1.HeaderClassName
{
color: #387BAC;
}
.AnyTagClassName
{
color: #387BAC;
}
</style>
background-color css
<style>
a { background-color: #387BAC; }
a { background-color: rgb(56,123,172); }
div.DivClassName
{
background-color: #387BAC;
}
.BgClassName
{
background-color: #387BAC;
}
</style>
border-color css
<style>
span { border-color: #387BAC; }
span { border-color: rgb(56,123,172); }
td.TdClassName
{
border-color: #387BAC;
}
.TagClassName
{
border-color: #387BAC;
}
</style>