Shades of Curious Blue #388DC8
Tints of Curious Blue #388DC8
RGB
CMYK
RGB Variations
Color information
#388DC8 (or 0x388DC8) is known color: Curious Blue. HEX triplet: 38, 8D and C8. RGB value is (56,141,200). Sum of RGB (Red+Green+Blue) = 56+141+200=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #388DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DC8 is #C77237. Grayscale: #797979. Windows color (decimal): -13070904 or 13143352. OLE color: 13143352.
HSL color Cylindrical-coordinate representation of color #388DC8: hue angle of 204.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388DC8 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 141 | 200 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.22 |
| HSL | 204.58º | 0.57% | 0.5% | - |
| HSV(B) | 204.58º | 0.72% | 0.78% | - |
| XYZ | 21.58 | 24.06 | 58.15 | - |
| YUV | 122.31 | 171.84 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 200 | 0.72 | 0.29 | 0 | 0.22 | 204.58 | 0.57 | 0.5 |
| Hex | 38 | 8D | C8 | 48 | 1D | 0 | 16 | CD | 39 | 32 |
| Octal | 70 | 215 | 310 | 110 | 35 | 0 | 26 | 315 | 71 | 62 |
| Binary | 111000 | 10001101 | 11001000 | 1001000 | 11101 | 0 | 10110 | 11001101 | 111001 | 110010 |
Color Harmonies of #388DC8
Complementary color
Monochromatic Colors of #388DC8
Black with #388DC8
Text Example
Text Example
White with #388DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DC8; }
p { color: rgb(56,141,200); }
H1.HeaderClassName
{
color: #388DC8;
}
.AnyTagClassName
{
color: #388DC8;
}
</style>
background-color css
<style>
a { background-color: #388DC8; }
a { background-color: rgb(56,141,200); }
div.DivClassName
{
background-color: #388DC8;
}
.BgClassName
{
background-color: #388DC8;
}
</style>
border-color css
<style>
span { border-color: #388DC8; }
span { border-color: rgb(56,141,200); }
td.TdClassName
{
border-color: #388DC8;
}
.TagClassName
{
border-color: #388DC8;
}
</style>