Shades of Curious Blue #388FBC
Tints of Curious Blue #388FBC
RGB
CMYK
RGB Variations
Color information
#388FBC (or 0x388FBC) is known color: Curious Blue. HEX triplet: 38, 8F and BC. RGB value is (56,143,188). Sum of RGB (Red+Green+Blue) = 56+143+188=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #388FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FBC is #C77043. Grayscale: #797979. Windows color (decimal): -13070404 or 12357432. OLE color: 12357432.
HSL color Cylindrical-coordinate representation of color #388FBC: hue angle of 200.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388FBC is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 143 | 188 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.26 |
| HSL | 200.45º | 0.54% | 0.48% | - |
| HSV(B) | 200.45º | 0.7% | 0.74% | - |
| XYZ | 20.53 | 24.12 | 51.15 | - |
| YUV | 122.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 188 | 0.70 | 0.24 | 0 | 0.26 | 200.45 | 0.54 | 0.48 |
| Hex | 38 | 8F | BC | 46 | 18 | 0 | 1A | C8 | 36 | 30 |
| Octal | 70 | 217 | 274 | 106 | 30 | 0 | 32 | 310 | 66 | 60 |
| Binary | 111000 | 10001111 | 10111100 | 1000110 | 11000 | 0 | 11010 | 11001000 | 110110 | 110000 |
Color Harmonies of #388FBC
Complementary color
Monochromatic Colors of #388FBC
Black with #388FBC
Text Example
Text Example
White with #388FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FBC; }
p { color: rgb(56,143,188); }
H1.HeaderClassName
{
color: #388FBC;
}
.AnyTagClassName
{
color: #388FBC;
}
</style>
background-color css
<style>
a { background-color: #388FBC; }
a { background-color: rgb(56,143,188); }
div.DivClassName
{
background-color: #388FBC;
}
.BgClassName
{
background-color: #388FBC;
}
</style>
border-color css
<style>
span { border-color: #388FBC; }
span { border-color: rgb(56,143,188); }
td.TdClassName
{
border-color: #388FBC;
}
.TagClassName
{
border-color: #388FBC;
}
</style>