Shades of Curious Blue #387CB6
Tints of Curious Blue #387CB6
RGB
CMYK
RGB Variations
Color information
#387CB6 (or 0x387CB6) is known color: Curious Blue. HEX triplet: 38, 7C and B6. RGB value is (56,124,182). Sum of RGB (Red+Green+Blue) = 56+124+182=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #387CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CB6 is #C78349. Grayscale: #6D6D6D. Windows color (decimal): -13075274 or 11959352. OLE color: 11959352.
HSL color Cylindrical-coordinate representation of color #387CB6: hue angle of 207.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387CB6 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 124 | 182 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.29 |
| HSL | 207.62º | 0.53% | 0.47% | - |
| HSV(B) | 207.62º | 0.69% | 0.71% | - |
| XYZ | 17.28 | 18.63 | 46.94 | - |
| YUV | 110.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 182 | 0.69 | 0.32 | 0 | 0.29 | 207.62 | 0.53 | 0.47 |
| Hex | 38 | 7C | B6 | 45 | 20 | 0 | 1D | D0 | 35 | 2F |
| Octal | 70 | 174 | 266 | 105 | 40 | 0 | 35 | 320 | 65 | 57 |
| Binary | 111000 | 1111100 | 10110110 | 1000101 | 100000 | 0 | 11101 | 11010000 | 110101 | 101111 |
Color Harmonies of #387CB6
Complementary color
Monochromatic Colors of #387CB6
Black with #387CB6
Text Example
Text Example
White with #387CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CB6; }
p { color: rgb(56,124,182); }
H1.HeaderClassName
{
color: #387CB6;
}
.AnyTagClassName
{
color: #387CB6;
}
</style>
background-color css
<style>
a { background-color: #387CB6; }
a { background-color: rgb(56,124,182); }
div.DivClassName
{
background-color: #387CB6;
}
.BgClassName
{
background-color: #387CB6;
}
</style>
border-color css
<style>
span { border-color: #387CB6; }
span { border-color: rgb(56,124,182); }
td.TdClassName
{
border-color: #387CB6;
}
.TagClassName
{
border-color: #387CB6;
}
</style>