Shades of Curious Blue #388BDD
Tints of Curious Blue #388BDD
RGB
CMYK
RGB Variations
Color information
#388BDD (or 0x388BDD) is known color: Curious Blue. HEX triplet: 38, 8B and DD. RGB value is (56,139,221). Sum of RGB (Red+Green+Blue) = 56+139+221=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #388BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BDD is #C77422. Grayscale: #7B7B7B. Windows color (decimal): -13071395 or 14519096. OLE color: 14519096.
HSL color Cylindrical-coordinate representation of color #388BDD: hue angle of 209.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388BDD is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 139 | 221 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.13 |
| HSL | 209.82º | 0.71% | 0.54% | - |
| HSV(B) | 209.82º | 0.75% | 0.87% | - |
| XYZ | 23.91 | 24.53 | 71.88 | - |
| YUV | 123.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 221 | 0.75 | 0.37 | 0 | 0.13 | 209.82 | 0.71 | 0.54 |
| Hex | 38 | 8B | DD | 4B | 25 | 0 | D | D2 | 47 | 36 |
| Octal | 70 | 213 | 335 | 113 | 45 | 0 | 15 | 322 | 107 | 66 |
| Binary | 111000 | 10001011 | 11011101 | 1001011 | 100101 | 0 | 1101 | 11010010 | 1000111 | 110110 |
Color Harmonies of #388BDD
Complementary color
Monochromatic Colors of #388BDD
Black with #388BDD
Text Example
Text Example
White with #388BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BDD; }
p { color: rgb(56,139,221); }
H1.HeaderClassName
{
color: #388BDD;
}
.AnyTagClassName
{
color: #388BDD;
}
</style>
background-color css
<style>
a { background-color: #388BDD; }
a { background-color: rgb(56,139,221); }
div.DivClassName
{
background-color: #388BDD;
}
.BgClassName
{
background-color: #388BDD;
}
</style>
border-color css
<style>
span { border-color: #388BDD; }
span { border-color: rgb(56,139,221); }
td.TdClassName
{
border-color: #388BDD;
}
.TagClassName
{
border-color: #388BDD;
}
</style>