Shades of Curious Blue #388CCD
Tints of Curious Blue #388CCD
RGB
CMYK
RGB Variations
Color information
#388CCD (or 0x388CCD) is known color: Curious Blue. HEX triplet: 38, 8C and CD. RGB value is (56,140,205). Sum of RGB (Red+Green+Blue) = 56+140+205=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #388CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CCD is #C77332. Grayscale: #797979. Windows color (decimal): -13071155 or 13470776. OLE color: 13470776.
HSL color Cylindrical-coordinate representation of color #388CCD: hue angle of 206.17º 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 #388CCD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 140 | 205 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.20 |
| HSL | 206.17º | 0.6% | 0.51% | - |
| HSV(B) | 206.17º | 0.73% | 0.8% | - |
| XYZ | 22.03 | 24 | 61.23 | - |
| YUV | 122.29 | 174.67 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 205 | 0.73 | 0.32 | 0 | 0.20 | 206.17 | 0.6 | 0.51 |
| Hex | 38 | 8C | CD | 49 | 20 | 0 | 14 | CE | 3C | 33 |
| Octal | 70 | 214 | 315 | 111 | 40 | 0 | 24 | 316 | 74 | 63 |
| Binary | 111000 | 10001100 | 11001101 | 1001001 | 100000 | 0 | 10100 | 11001110 | 111100 | 110011 |
Color Harmonies of #388CCD
Complementary color
Monochromatic Colors of #388CCD
Black with #388CCD
Text Example
Text Example
White with #388CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CCD; }
p { color: rgb(56,140,205); }
H1.HeaderClassName
{
color: #388CCD;
}
.AnyTagClassName
{
color: #388CCD;
}
</style>
background-color css
<style>
a { background-color: #388CCD; }
a { background-color: rgb(56,140,205); }
div.DivClassName
{
background-color: #388CCD;
}
.BgClassName
{
background-color: #388CCD;
}
</style>
border-color css
<style>
span { border-color: #388CCD; }
span { border-color: rgb(56,140,205); }
td.TdClassName
{
border-color: #388CCD;
}
.TagClassName
{
border-color: #388CCD;
}
</style>