Shades of Curious Blue #387AB7
Tints of Curious Blue #387AB7
RGB
CMYK
RGB Variations
Color information
#387AB7 (or 0x387AB7) is known color: Curious Blue. HEX triplet: 38, 7A and B7. RGB value is (56,122,183). Sum of RGB (Red+Green+Blue) = 56+122+183=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #387AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AB7 is #C78548. Grayscale: #6C6C6C. Windows color (decimal): -13075785 or 12024376. OLE color: 12024376.
HSL color Cylindrical-coordinate representation of color #387AB7: hue angle of 208.82º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387AB7 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 122 | 183 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.28 |
| HSL | 208.82º | 0.53% | 0.47% | - |
| HSV(B) | 208.82º | 0.69% | 0.72% | - |
| XYZ | 17.14 | 18.18 | 47.41 | - |
| YUV | 109.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 183 | 0.69 | 0.33 | 0 | 0.28 | 208.82 | 0.53 | 0.47 |
| Hex | 38 | 7A | B7 | 45 | 21 | 0 | 1C | D1 | 35 | 2F |
| Octal | 70 | 172 | 267 | 105 | 41 | 0 | 34 | 321 | 65 | 57 |
| Binary | 111000 | 1111010 | 10110111 | 1000101 | 100001 | 0 | 11100 | 11010001 | 110101 | 101111 |
Color Harmonies of #387AB7
Complementary color
Monochromatic Colors of #387AB7
Black with #387AB7
Text Example
Text Example
White with #387AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AB7; }
p { color: rgb(56,122,183); }
H1.HeaderClassName
{
color: #387AB7;
}
.AnyTagClassName
{
color: #387AB7;
}
</style>
background-color css
<style>
a { background-color: #387AB7; }
a { background-color: rgb(56,122,183); }
div.DivClassName
{
background-color: #387AB7;
}
.BgClassName
{
background-color: #387AB7;
}
</style>
border-color css
<style>
span { border-color: #387AB7; }
span { border-color: rgb(56,122,183); }
td.TdClassName
{
border-color: #387AB7;
}
.TagClassName
{
border-color: #387AB7;
}
</style>