Shades of Curious Blue #388EDC
Tints of Curious Blue #388EDC
RGB
CMYK
RGB Variations
Color information
#388EDC (or 0x388EDC) is known color: Curious Blue. HEX triplet: 38, 8E and DC. RGB value is (56,142,220). Sum of RGB (Red+Green+Blue) = 56+142+220=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #388EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EDC is #C77123. Grayscale: #7C7C7C. Windows color (decimal): -13070628 or 14454328. OLE color: 14454328.
HSL color Cylindrical-coordinate representation of color #388EDC: hue angle of 208.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388EDC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 142 | 220 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.14 |
| HSL | 208.54º | 0.7% | 0.54% | - |
| HSV(B) | 208.54º | 0.75% | 0.86% | - |
| XYZ | 24.22 | 25.35 | 71.33 | - |
| YUV | 125.18 | 181.51 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 220 | 0.75 | 0.35 | 0 | 0.14 | 208.54 | 0.7 | 0.54 |
| Hex | 38 | 8E | DC | 4B | 23 | 0 | E | D1 | 46 | 36 |
| Octal | 70 | 216 | 334 | 113 | 43 | 0 | 16 | 321 | 106 | 66 |
| Binary | 111000 | 10001110 | 11011100 | 1001011 | 100011 | 0 | 1110 | 11010001 | 1000110 | 110110 |
Color Harmonies of #388EDC
Complementary color
Monochromatic Colors of #388EDC
Black with #388EDC
Text Example
Text Example
White with #388EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EDC; }
p { color: rgb(56,142,220); }
H1.HeaderClassName
{
color: #388EDC;
}
.AnyTagClassName
{
color: #388EDC;
}
</style>
background-color css
<style>
a { background-color: #388EDC; }
a { background-color: rgb(56,142,220); }
div.DivClassName
{
background-color: #388EDC;
}
.BgClassName
{
background-color: #388EDC;
}
</style>
border-color css
<style>
span { border-color: #388EDC; }
span { border-color: rgb(56,142,220); }
td.TdClassName
{
border-color: #388EDC;
}
.TagClassName
{
border-color: #388EDC;
}
</style>