Shades of Curious Blue #388DD6
Tints of Curious Blue #388DD6
RGB
CMYK
RGB Variations
Color information
#388DD6 (or 0x388DD6) is known color: Curious Blue. HEX triplet: 38, 8D and D6. RGB value is (56,141,214). Sum of RGB (Red+Green+Blue) = 56+141+214=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #388DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD6 is #C77229. Grayscale: #7B7B7B. Windows color (decimal): -13070890 or 14060856. OLE color: 14060856.
HSL color Cylindrical-coordinate representation of color #388DD6: hue angle of 207.72º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388DD6 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 141 | 214 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.16 |
| HSL | 207.72º | 0.66% | 0.53% | - |
| HSV(B) | 207.72º | 0.74% | 0.84% | - |
| XYZ | 23.29 | 24.75 | 67.17 | - |
| YUV | 123.91 | 178.84 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 214 | 0.74 | 0.34 | 0 | 0.16 | 207.72 | 0.66 | 0.53 |
| Hex | 38 | 8D | D6 | 4A | 22 | 0 | 10 | D0 | 42 | 35 |
| Octal | 70 | 215 | 326 | 112 | 42 | 0 | 20 | 320 | 102 | 65 |
| Binary | 111000 | 10001101 | 11010110 | 1001010 | 100010 | 0 | 10000 | 11010000 | 1000010 | 110101 |
Color Harmonies of #388DD6
Complementary color
Monochromatic Colors of #388DD6
Black with #388DD6
Text Example
Text Example
White with #388DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DD6; }
p { color: rgb(56,141,214); }
H1.HeaderClassName
{
color: #388DD6;
}
.AnyTagClassName
{
color: #388DD6;
}
</style>
background-color css
<style>
a { background-color: #388DD6; }
a { background-color: rgb(56,141,214); }
div.DivClassName
{
background-color: #388DD6;
}
.BgClassName
{
background-color: #388DD6;
}
</style>
border-color css
<style>
span { border-color: #388DD6; }
span { border-color: rgb(56,141,214); }
td.TdClassName
{
border-color: #388DD6;
}
.TagClassName
{
border-color: #388DD6;
}
</style>