Shades of Curious Blue #388DCC
Tints of Curious Blue #388DCC
RGB
CMYK
RGB Variations
Color information
#388DCC (or 0x388DCC) is known color: Curious Blue. HEX triplet: 38, 8D and CC. RGB value is (56,141,204). Sum of RGB (Red+Green+Blue) = 56+141+204=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #388DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DCC is #C77233. Grayscale: #7A7A7A. Windows color (decimal): -13070900 or 13405496. OLE color: 13405496.
HSL color Cylindrical-coordinate representation of color #388DCC: hue angle of 205.54º degrees, saturation: 0.59, 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 #388DCC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 141 | 204 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.2 |
| HSL | 205.54º | 0.59% | 0.51% | - |
| HSV(B) | 205.54º | 0.73% | 0.8% | - |
| XYZ | 22.05 | 24.25 | 60.65 | - |
| YUV | 122.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 204 | 0.73 | 0.31 | 0 | 0.2 | 205.54 | 0.59 | 0.51 |
| Hex | 38 | 8D | CC | 49 | 1F | 0 | 14 | CE | 3B | 33 |
| Octal | 70 | 215 | 314 | 111 | 37 | 0 | 24 | 316 | 73 | 63 |
| Binary | 111000 | 10001101 | 11001100 | 1001001 | 11111 | 0 | 10100 | 11001110 | 111011 | 110011 |
Color Harmonies of #388DCC
Complementary color
Monochromatic Colors of #388DCC
Black with #388DCC
Text Example
Text Example
White with #388DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DCC; }
p { color: rgb(56,141,204); }
H1.HeaderClassName
{
color: #388DCC;
}
.AnyTagClassName
{
color: #388DCC;
}
</style>
background-color css
<style>
a { background-color: #388DCC; }
a { background-color: rgb(56,141,204); }
div.DivClassName
{
background-color: #388DCC;
}
.BgClassName
{
background-color: #388DCC;
}
</style>
border-color css
<style>
span { border-color: #388DCC; }
span { border-color: rgb(56,141,204); }
td.TdClassName
{
border-color: #388DCC;
}
.TagClassName
{
border-color: #388DCC;
}
</style>