Shades of Curious Blue #387ACF
Tints of Curious Blue #387ACF
RGB
CMYK
RGB Variations
Color information
#387ACF (or 0x387ACF) is known color: Curious Blue. HEX triplet: 38, 7A and CF. RGB value is (56,122,207). Sum of RGB (Red+Green+Blue) = 56+122+207=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #387ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ACF is #C78530. Grayscale: #6F6F6F. Windows color (decimal): -13075761 or 13597240. OLE color: 13597240.
HSL color Cylindrical-coordinate representation of color #387ACF: hue angle of 213.77º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387ACF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 122 | 207 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.19 |
| HSL | 213.77º | 0.61% | 0.52% | - |
| HSV(B) | 213.77º | 0.73% | 0.81% | - |
| XYZ | 19.85 | 19.26 | 61.7 | - |
| YUV | 111.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 207 | 0.73 | 0.41 | 0 | 0.19 | 213.77 | 0.61 | 0.52 |
| Hex | 38 | 7A | CF | 49 | 29 | 0 | 13 | D6 | 3D | 34 |
| Octal | 70 | 172 | 317 | 111 | 51 | 0 | 23 | 326 | 75 | 64 |
| Binary | 111000 | 1111010 | 11001111 | 1001001 | 101001 | 0 | 10011 | 11010110 | 111101 | 110100 |
Color Harmonies of #387ACF
Complementary color
Monochromatic Colors of #387ACF
Black with #387ACF
Text Example
Text Example
White with #387ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ACF; }
p { color: rgb(56,122,207); }
H1.HeaderClassName
{
color: #387ACF;
}
.AnyTagClassName
{
color: #387ACF;
}
</style>
background-color css
<style>
a { background-color: #387ACF; }
a { background-color: rgb(56,122,207); }
div.DivClassName
{
background-color: #387ACF;
}
.BgClassName
{
background-color: #387ACF;
}
</style>
border-color css
<style>
span { border-color: #387ACF; }
span { border-color: rgb(56,122,207); }
td.TdClassName
{
border-color: #387ACF;
}
.TagClassName
{
border-color: #387ACF;
}
</style>