Shades of Curious Blue #387BCD
Tints of Curious Blue #387BCD
RGB
CMYK
RGB Variations
Color information
#387BCD (or 0x387BCD) is known color: Curious Blue. HEX triplet: 38, 7B and CD. RGB value is (56,123,205). Sum of RGB (Red+Green+Blue) = 56+123+205=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #387BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BCD is #C78432. Grayscale: #6F6F6F. Windows color (decimal): -13075507 or 13466424. OLE color: 13466424.
HSL color Cylindrical-coordinate representation of color #387BCD: hue angle of 213.02º 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 #387BCD is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 123 | 205 | - |
| CMYK | 0.73 | 0.4 | 0 | 0.20 |
| HSL | 213.02º | 0.6% | 0.51% | - |
| HSV(B) | 213.02º | 0.73% | 0.8% | - |
| XYZ | 19.73 | 19.41 | 60.46 | - |
| YUV | 112.32 | 180.3 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 205 | 0.73 | 0.4 | 0 | 0.20 | 213.02 | 0.6 | 0.51 |
| Hex | 38 | 7B | CD | 49 | 28 | 0 | 14 | D5 | 3C | 33 |
| Octal | 70 | 173 | 315 | 111 | 50 | 0 | 24 | 325 | 74 | 63 |
| Binary | 111000 | 1111011 | 11001101 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111100 | 110011 |
Color Harmonies of #387BCD
Complementary color
Monochromatic Colors of #387BCD
Black with #387BCD
Text Example
Text Example
White with #387BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BCD; }
p { color: rgb(56,123,205); }
H1.HeaderClassName
{
color: #387BCD;
}
.AnyTagClassName
{
color: #387BCD;
}
</style>
background-color css
<style>
a { background-color: #387BCD; }
a { background-color: rgb(56,123,205); }
div.DivClassName
{
background-color: #387BCD;
}
.BgClassName
{
background-color: #387BCD;
}
</style>
border-color css
<style>
span { border-color: #387BCD; }
span { border-color: rgb(56,123,205); }
td.TdClassName
{
border-color: #387BCD;
}
.TagClassName
{
border-color: #387BCD;
}
</style>