Shades of Curious Blue #387AC0
Tints of Curious Blue #387AC0
RGB
CMYK
RGB Variations
Color information
#387AC0 (or 0x387AC0) is known color: Curious Blue. HEX triplet: 38, 7A and C0. RGB value is (56,122,192). Sum of RGB (Red+Green+Blue) = 56+122+192=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #387AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AC0 is #C7853F. Grayscale: #6D6D6D. Windows color (decimal): -13075776 or 12614200. OLE color: 12614200.
HSL color Cylindrical-coordinate representation of color #387AC0: hue angle of 210.88º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387AC0 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 122 | 192 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.25 |
| HSL | 210.88º | 0.55% | 0.49% | - |
| HSV(B) | 210.88º | 0.71% | 0.75% | - |
| XYZ | 18.1 | 18.57 | 52.5 | - |
| YUV | 110.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 192 | 0.71 | 0.36 | 0 | 0.25 | 210.88 | 0.55 | 0.49 |
| Hex | 38 | 7A | C0 | 47 | 24 | 0 | 19 | D3 | 37 | 31 |
| Octal | 70 | 172 | 300 | 107 | 44 | 0 | 31 | 323 | 67 | 61 |
| Binary | 111000 | 1111010 | 11000000 | 1000111 | 100100 | 0 | 11001 | 11010011 | 110111 | 110001 |
Color Harmonies of #387AC0
Complementary color
Monochromatic Colors of #387AC0
Black with #387AC0
Text Example
Text Example
White with #387AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AC0; }
p { color: rgb(56,122,192); }
H1.HeaderClassName
{
color: #387AC0;
}
.AnyTagClassName
{
color: #387AC0;
}
</style>
background-color css
<style>
a { background-color: #387AC0; }
a { background-color: rgb(56,122,192); }
div.DivClassName
{
background-color: #387AC0;
}
.BgClassName
{
background-color: #387AC0;
}
</style>
border-color css
<style>
span { border-color: #387AC0; }
span { border-color: rgb(56,122,192); }
td.TdClassName
{
border-color: #387AC0;
}
.TagClassName
{
border-color: #387AC0;
}
</style>