Shades of Curious Blue #388DD8
Tints of Curious Blue #388DD8
RGB
CMYK
RGB Variations
Color information
#388DD8 (or 0x388DD8) is known color: Curious Blue. HEX triplet: 38, 8D and D8. RGB value is (56,141,216). Sum of RGB (Red+Green+Blue) = 56+141+216=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #388DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD8 is #C77227. Grayscale: #7B7B7B. Windows color (decimal): -13070888 or 14191928. OLE color: 14191928.
HSL color Cylindrical-coordinate representation of color #388DD8: hue angle of 208.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388DD8 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 141 | 216 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.15 |
| HSL | 208.13º | 0.67% | 0.53% | - |
| HSV(B) | 208.13º | 0.74% | 0.85% | - |
| XYZ | 23.55 | 24.85 | 68.52 | - |
| YUV | 124.14 | 179.84 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 216 | 0.74 | 0.35 | 0 | 0.15 | 208.13 | 0.67 | 0.53 |
| Hex | 38 | 8D | D8 | 4A | 23 | 0 | F | D0 | 43 | 35 |
| Octal | 70 | 215 | 330 | 112 | 43 | 0 | 17 | 320 | 103 | 65 |
| Binary | 111000 | 10001101 | 11011000 | 1001010 | 100011 | 0 | 1111 | 11010000 | 1000011 | 110101 |
Color Harmonies of #388DD8
Complementary color
Monochromatic Colors of #388DD8
Black with #388DD8
Text Example
Text Example
White with #388DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DD8; }
p { color: rgb(56,141,216); }
H1.HeaderClassName
{
color: #388DD8;
}
.AnyTagClassName
{
color: #388DD8;
}
</style>
background-color css
<style>
a { background-color: #388DD8; }
a { background-color: rgb(56,141,216); }
div.DivClassName
{
background-color: #388DD8;
}
.BgClassName
{
background-color: #388DD8;
}
</style>
border-color css
<style>
span { border-color: #388DD8; }
span { border-color: rgb(56,141,216); }
td.TdClassName
{
border-color: #388DD8;
}
.TagClassName
{
border-color: #388DD8;
}
</style>