Shades of Curious Blue #388DD1
Tints of Curious Blue #388DD1
RGB
CMYK
RGB Variations
Color information
#388DD1 (or 0x388DD1) is known color: Curious Blue. HEX triplet: 38, 8D and D1. RGB value is (56,141,209). Sum of RGB (Red+Green+Blue) = 56+141+209=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #388DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD1 is #C7722E. Grayscale: #7A7A7A. Windows color (decimal): -13070895 or 13733176. OLE color: 13733176.
HSL color Cylindrical-coordinate representation of color #388DD1: hue angle of 206.67º 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 #388DD1 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 141 | 209 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.18 |
| HSL | 206.67º | 0.62% | 0.52% | - |
| HSV(B) | 206.67º | 0.73% | 0.82% | - |
| XYZ | 22.66 | 24.49 | 63.85 | - |
| YUV | 123.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 209 | 0.73 | 0.33 | 0 | 0.18 | 206.67 | 0.62 | 0.52 |
| Hex | 38 | 8D | D1 | 49 | 21 | 0 | 12 | CF | 3E | 34 |
| Octal | 70 | 215 | 321 | 111 | 41 | 0 | 22 | 317 | 76 | 64 |
| Binary | 111000 | 10001101 | 11010001 | 1001001 | 100001 | 0 | 10010 | 11001111 | 111110 | 110100 |
Color Harmonies of #388DD1
Complementary color
Monochromatic Colors of #388DD1
Black with #388DD1
Text Example
Text Example
White with #388DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DD1; }
p { color: rgb(56,141,209); }
H1.HeaderClassName
{
color: #388DD1;
}
.AnyTagClassName
{
color: #388DD1;
}
</style>
background-color css
<style>
a { background-color: #388DD1; }
a { background-color: rgb(56,141,209); }
div.DivClassName
{
background-color: #388DD1;
}
.BgClassName
{
background-color: #388DD1;
}
</style>
border-color css
<style>
span { border-color: #388DD1; }
span { border-color: rgb(56,141,209); }
td.TdClassName
{
border-color: #388DD1;
}
.TagClassName
{
border-color: #388DD1;
}
</style>