Shades of Curious Blue #388ECC
Tints of Curious Blue #388ECC
RGB
CMYK
RGB Variations
Color information
#388ECC (or 0x388ECC) is known color: Curious Blue. HEX triplet: 38, 8E and CC. RGB value is (56,142,204). Sum of RGB (Red+Green+Blue) = 56+142+204=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #388ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ECC is #C77133. Grayscale: #7B7B7B. Windows color (decimal): -13070644 or 13405752. OLE color: 13405752.
HSL color Cylindrical-coordinate representation of color #388ECC: hue angle of 205.14º 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 #388ECC is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 142 | 204 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.2 |
| HSL | 205.14º | 0.59% | 0.51% | - |
| HSV(B) | 205.14º | 0.73% | 0.8% | - |
| XYZ | 22.2 | 24.55 | 60.69 | - |
| YUV | 123.35 | 173.51 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 204 | 0.73 | 0.30 | 0 | 0.2 | 205.14 | 0.59 | 0.51 |
| Hex | 38 | 8E | CC | 49 | 1E | 0 | 14 | CD | 3B | 33 |
| Octal | 70 | 216 | 314 | 111 | 36 | 0 | 24 | 315 | 73 | 63 |
| Binary | 111000 | 10001110 | 11001100 | 1001001 | 11110 | 0 | 10100 | 11001101 | 111011 | 110011 |
Color Harmonies of #388ECC
Complementary color
Monochromatic Colors of #388ECC
Black with #388ECC
Text Example
Text Example
White with #388ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ECC; }
p { color: rgb(56,142,204); }
H1.HeaderClassName
{
color: #388ECC;
}
.AnyTagClassName
{
color: #388ECC;
}
</style>
background-color css
<style>
a { background-color: #388ECC; }
a { background-color: rgb(56,142,204); }
div.DivClassName
{
background-color: #388ECC;
}
.BgClassName
{
background-color: #388ECC;
}
</style>
border-color css
<style>
span { border-color: #388ECC; }
span { border-color: rgb(56,142,204); }
td.TdClassName
{
border-color: #388ECC;
}
.TagClassName
{
border-color: #388ECC;
}
</style>