Shades of Curious Blue #388ED2
Tints of Curious Blue #388ED2
RGB
CMYK
RGB Variations
Color information
#388ED2 (or 0x388ED2) is known color: Curious Blue. HEX triplet: 38, 8E and D2. RGB value is (56,142,210). Sum of RGB (Red+Green+Blue) = 56+142+210=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 210 (82.42% from 255 or 51.47% from 408); Max value from RGB is 210 - color contains mainly: blue. Hex color #388ED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ED2 is #C7712D. Grayscale: #7B7B7B. Windows color (decimal): -13070638 or 13798968. OLE color: 13798968.
HSL color Cylindrical-coordinate representation of color #388ED2: hue angle of 206.49º degrees, saturation: 0.63, 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 #388ED2 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 142 | 210 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.18 |
| HSL | 206.49º | 0.63% | 0.52% | - |
| HSV(B) | 206.49º | 0.73% | 0.82% | - |
| XYZ | 22.94 | 24.84 | 64.56 | - |
| YUV | 124.04 | 176.51 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 210 | 0.73 | 0.32 | 0 | 0.18 | 206.49 | 0.63 | 0.52 |
| Hex | 38 | 8E | D2 | 49 | 20 | 0 | 12 | CE | 3F | 34 |
| Octal | 70 | 216 | 322 | 111 | 40 | 0 | 22 | 316 | 77 | 64 |
| Binary | 111000 | 10001110 | 11010010 | 1001001 | 100000 | 0 | 10010 | 11001110 | 111111 | 110100 |
Color Harmonies of #388ED2
Complementary color
Monochromatic Colors of #388ED2
Black with #388ED2
Text Example
Text Example
White with #388ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ED2; }
p { color: rgb(56,142,210); }
H1.HeaderClassName
{
color: #388ED2;
}
.AnyTagClassName
{
color: #388ED2;
}
</style>
background-color css
<style>
a { background-color: #388ED2; }
a { background-color: rgb(56,142,210); }
div.DivClassName
{
background-color: #388ED2;
}
.BgClassName
{
background-color: #388ED2;
}
</style>
border-color css
<style>
span { border-color: #388ED2; }
span { border-color: rgb(56,142,210); }
td.TdClassName
{
border-color: #388ED2;
}
.TagClassName
{
border-color: #388ED2;
}
</style>