Shades of Curious Blue #388BC1
Tints of Curious Blue #388BC1
RGB
CMYK
RGB Variations
Color information
#388BC1 (or 0x388BC1) is known color: Curious Blue. HEX triplet: 38, 8B and C1. RGB value is (56,139,193). Sum of RGB (Red+Green+Blue) = 56+139+193=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #388BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BC1 is #C7743E. Grayscale: #787878. Windows color (decimal): -13071423 or 12684088. OLE color: 12684088.
HSL color Cylindrical-coordinate representation of color #388BC1: hue angle of 203.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #388BC1 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 139 | 193 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.24 |
| HSL | 203.65º | 0.55% | 0.49% | - |
| HSV(B) | 203.65º | 0.71% | 0.76% | - |
| XYZ | 20.49 | 23.16 | 53.84 | - |
| YUV | 120.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 193 | 0.71 | 0.28 | 0 | 0.24 | 203.65 | 0.55 | 0.49 |
| Hex | 38 | 8B | C1 | 47 | 1C | 0 | 18 | CC | 37 | 31 |
| Octal | 70 | 213 | 301 | 107 | 34 | 0 | 30 | 314 | 67 | 61 |
| Binary | 111000 | 10001011 | 11000001 | 1000111 | 11100 | 0 | 11000 | 11001100 | 110111 | 110001 |
Color Harmonies of #388BC1
Complementary color
Monochromatic Colors of #388BC1
Black with #388BC1
Text Example
Text Example
White with #388BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BC1; }
p { color: rgb(56,139,193); }
H1.HeaderClassName
{
color: #388BC1;
}
.AnyTagClassName
{
color: #388BC1;
}
</style>
background-color css
<style>
a { background-color: #388BC1; }
a { background-color: rgb(56,139,193); }
div.DivClassName
{
background-color: #388BC1;
}
.BgClassName
{
background-color: #388BC1;
}
</style>
border-color css
<style>
span { border-color: #388BC1; }
span { border-color: rgb(56,139,193); }
td.TdClassName
{
border-color: #388BC1;
}
.TagClassName
{
border-color: #388BC1;
}
</style>