Shades of Curious Blue #387AD0
Tints of Curious Blue #387AD0
RGB
CMYK
RGB Variations
Color information
#387AD0 (or 0x387AD0) is known color: Curious Blue. HEX triplet: 38, 7A and D0. RGB value is (56,122,208). Sum of RGB (Red+Green+Blue) = 56+122+208=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #387AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AD0 is #C7852F. Grayscale: #6F6F6F. Windows color (decimal): -13075760 or 13662776. OLE color: 13662776.
HSL color Cylindrical-coordinate representation of color #387AD0: hue angle of 213.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387AD0 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 122 | 208 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.18 |
| HSL | 213.95º | 0.62% | 0.52% | - |
| HSV(B) | 213.95º | 0.73% | 0.82% | - |
| XYZ | 19.98 | 19.31 | 62.35 | - |
| YUV | 112.07 | 182.13 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 208 | 0.73 | 0.41 | 0 | 0.18 | 213.95 | 0.62 | 0.52 |
| Hex | 38 | 7A | D0 | 49 | 29 | 0 | 12 | D6 | 3E | 34 |
| Octal | 70 | 172 | 320 | 111 | 51 | 0 | 22 | 326 | 76 | 64 |
| Binary | 111000 | 1111010 | 11010000 | 1001001 | 101001 | 0 | 10010 | 11010110 | 111110 | 110100 |
Color Harmonies of #387AD0
Complementary color
Monochromatic Colors of #387AD0
Black with #387AD0
Text Example
Text Example
White with #387AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AD0; }
p { color: rgb(56,122,208); }
H1.HeaderClassName
{
color: #387AD0;
}
.AnyTagClassName
{
color: #387AD0;
}
</style>
background-color css
<style>
a { background-color: #387AD0; }
a { background-color: rgb(56,122,208); }
div.DivClassName
{
background-color: #387AD0;
}
.BgClassName
{
background-color: #387AD0;
}
</style>
border-color css
<style>
span { border-color: #387AD0; }
span { border-color: rgb(56,122,208); }
td.TdClassName
{
border-color: #387AD0;
}
.TagClassName
{
border-color: #387AD0;
}
</style>