Shades of Curious Blue #387AAD
Tints of Curious Blue #387AAD
RGB
CMYK
RGB Variations
Color information
#387AAD (or 0x387AAD) is known color: Curious Blue. HEX triplet: 38, 7A and AD. RGB value is (56,122,173). Sum of RGB (Red+Green+Blue) = 56+122+173=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #387AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AAD is #C78552. Grayscale: #6B6B6B. Windows color (decimal): -13075795 or 11369016. OLE color: 11369016.
HSL color Cylindrical-coordinate representation of color #387AAD: hue angle of 206.15º 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 #387AAD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 122 | 173 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.32 |
| HSL | 206.15º | 0.51% | 0.45% | - |
| HSV(B) | 206.15º | 0.68% | 0.68% | - |
| XYZ | 16.13 | 17.78 | 42.12 | - |
| YUV | 108.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 173 | 0.68 | 0.29 | 0 | 0.32 | 206.15 | 0.51 | 0.45 |
| Hex | 38 | 7A | AD | 44 | 1D | 0 | 20 | CE | 33 | 2D |
| Octal | 70 | 172 | 255 | 104 | 35 | 0 | 40 | 316 | 63 | 55 |
| Binary | 111000 | 1111010 | 10101101 | 1000100 | 11101 | 0 | 100000 | 11001110 | 110011 | 101101 |
Color Harmonies of #387AAD
Complementary color
Monochromatic Colors of #387AAD
Black with #387AAD
Text Example
Text Example
White with #387AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AAD; }
p { color: rgb(56,122,173); }
H1.HeaderClassName
{
color: #387AAD;
}
.AnyTagClassName
{
color: #387AAD;
}
</style>
background-color css
<style>
a { background-color: #387AAD; }
a { background-color: rgb(56,122,173); }
div.DivClassName
{
background-color: #387AAD;
}
.BgClassName
{
background-color: #387AAD;
}
</style>
border-color css
<style>
span { border-color: #387AAD; }
span { border-color: rgb(56,122,173); }
td.TdClassName
{
border-color: #387AAD;
}
.TagClassName
{
border-color: #387AAD;
}
</style>