Shades of Curious Blue #388DCD
Tints of Curious Blue #388DCD
RGB
CMYK
RGB Variations
Color information
#388DCD (or 0x388DCD) is known color: Curious Blue. HEX triplet: 38, 8D and CD. RGB value is (56,141,205). Sum of RGB (Red+Green+Blue) = 56+141+205=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #388DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DCD is #C77232. Grayscale: #7A7A7A. Windows color (decimal): -13070899 or 13471032. OLE color: 13471032.
HSL color Cylindrical-coordinate representation of color #388DCD: hue angle of 205.77º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388DCD is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 141 | 205 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.20 |
| HSL | 205.77º | 0.6% | 0.51% | - |
| HSV(B) | 205.77º | 0.73% | 0.8% | - |
| XYZ | 22.18 | 24.3 | 61.28 | - |
| YUV | 122.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 205 | 0.73 | 0.31 | 0 | 0.20 | 205.77 | 0.6 | 0.51 |
| Hex | 38 | 8D | CD | 49 | 1F | 0 | 14 | CE | 3C | 33 |
| Octal | 70 | 215 | 315 | 111 | 37 | 0 | 24 | 316 | 74 | 63 |
| Binary | 111000 | 10001101 | 11001101 | 1001001 | 11111 | 0 | 10100 | 11001110 | 111100 | 110011 |
Color Harmonies of #388DCD
Complementary color
Monochromatic Colors of #388DCD
Black with #388DCD
Text Example
Text Example
White with #388DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DCD; }
p { color: rgb(56,141,205); }
H1.HeaderClassName
{
color: #388DCD;
}
.AnyTagClassName
{
color: #388DCD;
}
</style>
background-color css
<style>
a { background-color: #388DCD; }
a { background-color: rgb(56,141,205); }
div.DivClassName
{
background-color: #388DCD;
}
.BgClassName
{
background-color: #388DCD;
}
</style>
border-color css
<style>
span { border-color: #388DCD; }
span { border-color: rgb(56,141,205); }
td.TdClassName
{
border-color: #388DCD;
}
.TagClassName
{
border-color: #388DCD;
}
</style>