Shades of Curious Blue #387ACD
Tints of Curious Blue #387ACD
RGB
CMYK
RGB Variations
Color information
#387ACD (or 0x387ACD) is known color: Curious Blue. HEX triplet: 38, 7A and CD. RGB value is (56,122,205). Sum of RGB (Red+Green+Blue) = 56+122+205=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #387ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ACD is #C78532. Grayscale: #6F6F6F. Windows color (decimal): -13075763 or 13466168. OLE color: 13466168.
HSL color Cylindrical-coordinate representation of color #387ACD: hue angle of 213.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387ACD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 122 | 205 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.20 |
| HSL | 213.42º | 0.6% | 0.51% | - |
| HSV(B) | 213.42º | 0.73% | 0.8% | - |
| XYZ | 19.61 | 19.17 | 60.42 | - |
| YUV | 111.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 205 | 0.73 | 0.40 | 0 | 0.20 | 213.42 | 0.6 | 0.51 |
| Hex | 38 | 7A | CD | 49 | 28 | 0 | 14 | D5 | 3C | 33 |
| Octal | 70 | 172 | 315 | 111 | 50 | 0 | 24 | 325 | 74 | 63 |
| Binary | 111000 | 1111010 | 11001101 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111100 | 110011 |
Color Harmonies of #387ACD
Complementary color
Monochromatic Colors of #387ACD
Black with #387ACD
Text Example
Text Example
White with #387ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ACD; }
p { color: rgb(56,122,205); }
H1.HeaderClassName
{
color: #387ACD;
}
.AnyTagClassName
{
color: #387ACD;
}
</style>
background-color css
<style>
a { background-color: #387ACD; }
a { background-color: rgb(56,122,205); }
div.DivClassName
{
background-color: #387ACD;
}
.BgClassName
{
background-color: #387ACD;
}
</style>
border-color css
<style>
span { border-color: #387ACD; }
span { border-color: rgb(56,122,205); }
td.TdClassName
{
border-color: #387ACD;
}
.TagClassName
{
border-color: #387ACD;
}
</style>