Shades of Curious Blue #388AD1
Tints of Curious Blue #388AD1
RGB
CMYK
RGB Variations
Color information
#388AD1 (or 0x388AD1) is known color: Curious Blue. HEX triplet: 38, 8A and D1. RGB value is (56,138,209). Sum of RGB (Red+Green+Blue) = 56+138+209=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #388AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388AD1 is #C7752E. Grayscale: #797979. Windows color (decimal): -13071663 or 13732408. OLE color: 13732408.
HSL color Cylindrical-coordinate representation of color #388AD1: hue angle of 207.84º 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 #388AD1 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 138 | 209 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.18 |
| HSL | 207.84º | 0.62% | 0.52% | - |
| HSV(B) | 207.84º | 0.73% | 0.82% | - |
| XYZ | 22.23 | 23.62 | 63.71 | - |
| YUV | 121.58 | 177.33 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 209 | 0.73 | 0.34 | 0 | 0.18 | 207.84 | 0.62 | 0.52 |
| Hex | 38 | 8A | D1 | 49 | 22 | 0 | 12 | D0 | 3E | 34 |
| Octal | 70 | 212 | 321 | 111 | 42 | 0 | 22 | 320 | 76 | 64 |
| Binary | 111000 | 10001010 | 11010001 | 1001001 | 100010 | 0 | 10010 | 11010000 | 111110 | 110100 |
Color Harmonies of #388AD1
Complementary color
Monochromatic Colors of #388AD1
Black with #388AD1
Text Example
Text Example
White with #388AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AD1; }
p { color: rgb(56,138,209); }
H1.HeaderClassName
{
color: #388AD1;
}
.AnyTagClassName
{
color: #388AD1;
}
</style>
background-color css
<style>
a { background-color: #388AD1; }
a { background-color: rgb(56,138,209); }
div.DivClassName
{
background-color: #388AD1;
}
.BgClassName
{
background-color: #388AD1;
}
</style>
border-color css
<style>
span { border-color: #388AD1; }
span { border-color: rgb(56,138,209); }
td.TdClassName
{
border-color: #388AD1;
}
.TagClassName
{
border-color: #388AD1;
}
</style>