Shades of Curious Blue #387CCC
Tints of Curious Blue #387CCC
RGB
CMYK
RGB Variations
Color information
#387CCC (or 0x387CCC) is known color: Curious Blue. HEX triplet: 38, 7C and CC. RGB value is (56,124,204). Sum of RGB (Red+Green+Blue) = 56+124+204=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #387CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CCC is #C78333. Grayscale: #707070. Windows color (decimal): -13075252 or 13401144. OLE color: 13401144.
HSL color Cylindrical-coordinate representation of color #387CCC: hue angle of 212.43º degrees, saturation: 0.59, 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 #387CCC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 124 | 204 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.2 |
| HSL | 212.43º | 0.59% | 0.51% | - |
| HSV(B) | 212.43º | 0.73% | 0.8% | - |
| XYZ | 19.74 | 19.62 | 59.87 | - |
| YUV | 112.79 | 179.47 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 204 | 0.73 | 0.39 | 0 | 0.2 | 212.43 | 0.59 | 0.51 |
| Hex | 38 | 7C | CC | 49 | 27 | 0 | 14 | D4 | 3B | 33 |
| Octal | 70 | 174 | 314 | 111 | 47 | 0 | 24 | 324 | 73 | 63 |
| Binary | 111000 | 1111100 | 11001100 | 1001001 | 100111 | 0 | 10100 | 11010100 | 111011 | 110011 |
Color Harmonies of #387CCC
Complementary color
Monochromatic Colors of #387CCC
Black with #387CCC
Text Example
Text Example
White with #387CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CCC; }
p { color: rgb(56,124,204); }
H1.HeaderClassName
{
color: #387CCC;
}
.AnyTagClassName
{
color: #387CCC;
}
</style>
background-color css
<style>
a { background-color: #387CCC; }
a { background-color: rgb(56,124,204); }
div.DivClassName
{
background-color: #387CCC;
}
.BgClassName
{
background-color: #387CCC;
}
</style>
border-color css
<style>
span { border-color: #387CCC; }
span { border-color: rgb(56,124,204); }
td.TdClassName
{
border-color: #387CCC;
}
.TagClassName
{
border-color: #387CCC;
}
</style>