Shades of Curious Blue #387BAB
Tints of Curious Blue #387BAB
RGB
CMYK
RGB Variations
Color information
#387BAB (or 0x387BAB) is known color: Curious Blue. HEX triplet: 38, 7B and AB. RGB value is (56,123,171). Sum of RGB (Red+Green+Blue) = 56+123+171=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #387BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BAB is #C78454. Grayscale: #6C6C6C. Windows color (decimal): -13075541 or 11238200. OLE color: 11238200.
HSL color Cylindrical-coordinate representation of color #387BAB: hue angle of 205.04º 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 #387BAB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 123 | 171 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.33 |
| HSL | 205.04º | 0.51% | 0.45% | - |
| HSV(B) | 205.04º | 0.67% | 0.67% | - |
| XYZ | 16.06 | 17.95 | 41.15 | - |
| YUV | 108.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 171 | 0.67 | 0.28 | 0 | 0.33 | 205.04 | 0.51 | 0.45 |
| Hex | 38 | 7B | AB | 43 | 1C | 0 | 21 | CD | 33 | 2D |
| Octal | 70 | 173 | 253 | 103 | 34 | 0 | 41 | 315 | 63 | 55 |
| Binary | 111000 | 1111011 | 10101011 | 1000011 | 11100 | 0 | 100001 | 11001101 | 110011 | 101101 |
Color Harmonies of #387BAB
Complementary color
Monochromatic Colors of #387BAB
Black with #387BAB
Text Example
Text Example
White with #387BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BAB; }
p { color: rgb(56,123,171); }
H1.HeaderClassName
{
color: #387BAB;
}
.AnyTagClassName
{
color: #387BAB;
}
</style>
background-color css
<style>
a { background-color: #387BAB; }
a { background-color: rgb(56,123,171); }
div.DivClassName
{
background-color: #387BAB;
}
.BgClassName
{
background-color: #387BAB;
}
</style>
border-color css
<style>
span { border-color: #387BAB; }
span { border-color: rgb(56,123,171); }
td.TdClassName
{
border-color: #387BAB;
}
.TagClassName
{
border-color: #387BAB;
}
</style>