Shades of Curious Blue #387BAD
Tints of Curious Blue #387BAD
RGB
CMYK
RGB Variations
Color information
#387BAD (or 0x387BAD) is known color: Curious Blue. HEX triplet: 38, 7B and AD. RGB value is (56,123,173). Sum of RGB (Red+Green+Blue) = 56+123+173=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #387BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BAD is #C78452. Grayscale: #6C6C6C. Windows color (decimal): -13075539 or 11369272. OLE color: 11369272.
HSL color Cylindrical-coordinate representation of color #387BAD: hue angle of 205.64º 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 #387BAD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 123 | 173 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.32 |
| HSL | 205.64º | 0.51% | 0.45% | - |
| HSV(B) | 205.64º | 0.68% | 0.68% | - |
| XYZ | 16.26 | 18.02 | 42.16 | - |
| YUV | 108.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 173 | 0.68 | 0.29 | 0 | 0.32 | 205.64 | 0.51 | 0.45 |
| Hex | 38 | 7B | AD | 44 | 1D | 0 | 20 | CE | 33 | 2D |
| Octal | 70 | 173 | 255 | 104 | 35 | 0 | 40 | 316 | 63 | 55 |
| Binary | 111000 | 1111011 | 10101101 | 1000100 | 11101 | 0 | 100000 | 11001110 | 110011 | 101101 |
Color Harmonies of #387BAD
Complementary color
Monochromatic Colors of #387BAD
Black with #387BAD
Text Example
Text Example
White with #387BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BAD; }
p { color: rgb(56,123,173); }
H1.HeaderClassName
{
color: #387BAD;
}
.AnyTagClassName
{
color: #387BAD;
}
</style>
background-color css
<style>
a { background-color: #387BAD; }
a { background-color: rgb(56,123,173); }
div.DivClassName
{
background-color: #387BAD;
}
.BgClassName
{
background-color: #387BAD;
}
</style>
border-color css
<style>
span { border-color: #387BAD; }
span { border-color: rgb(56,123,173); }
td.TdClassName
{
border-color: #387BAD;
}
.TagClassName
{
border-color: #387BAD;
}
</style>