Shades of Curious Blue #388ADD
Tints of Curious Blue #388ADD
RGB
CMYK
RGB Variations
Color information
#388ADD (or 0x388ADD) is known color: Curious Blue. HEX triplet: 38, 8A and DD. RGB value is (56,138,221). Sum of RGB (Red+Green+Blue) = 56+138+221=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #388ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ADD is #C77522. Grayscale: #7A7A7A. Windows color (decimal): -13071651 or 14518840. OLE color: 14518840.
HSL color Cylindrical-coordinate representation of color #388ADD: hue angle of 210.18º 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 #388ADD is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 138 | 221 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.13 |
| HSL | 210.18º | 0.71% | 0.54% | - |
| HSV(B) | 210.18º | 0.75% | 0.87% | - |
| XYZ | 23.77 | 24.24 | 71.83 | - |
| YUV | 122.94 | 183.33 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 221 | 0.75 | 0.38 | 0 | 0.13 | 210.18 | 0.71 | 0.54 |
| Hex | 38 | 8A | DD | 4B | 26 | 0 | D | D2 | 47 | 36 |
| Octal | 70 | 212 | 335 | 113 | 46 | 0 | 15 | 322 | 107 | 66 |
| Binary | 111000 | 10001010 | 11011101 | 1001011 | 100110 | 0 | 1101 | 11010010 | 1000111 | 110110 |
Color Harmonies of #388ADD
Complementary color
Monochromatic Colors of #388ADD
Black with #388ADD
Text Example
Text Example
White with #388ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ADD; }
p { color: rgb(56,138,221); }
H1.HeaderClassName
{
color: #388ADD;
}
.AnyTagClassName
{
color: #388ADD;
}
</style>
background-color css
<style>
a { background-color: #388ADD; }
a { background-color: rgb(56,138,221); }
div.DivClassName
{
background-color: #388ADD;
}
.BgClassName
{
background-color: #388ADD;
}
</style>
border-color css
<style>
span { border-color: #388ADD; }
span { border-color: rgb(56,138,221); }
td.TdClassName
{
border-color: #388ADD;
}
.TagClassName
{
border-color: #388ADD;
}
</style>