Shades of Curious Blue #388BC8
Tints of Curious Blue #388BC8
RGB
CMYK
RGB Variations
Color information
#388BC8 (or 0x388BC8) is known color: Curious Blue. HEX triplet: 38, 8B and C8. RGB value is (56,139,200). Sum of RGB (Red+Green+Blue) = 56+139+200=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #388BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BC8 is #C77437. Grayscale: #787878. Windows color (decimal): -13071416 or 13142840. OLE color: 13142840.
HSL color Cylindrical-coordinate representation of color #388BC8: hue angle of 205.42º 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 #388BC8 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 139 | 200 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.22 |
| HSL | 205.42º | 0.57% | 0.5% | - |
| HSV(B) | 205.42º | 0.72% | 0.78% | - |
| XYZ | 21.29 | 23.48 | 58.05 | - |
| YUV | 121.14 | 172.5 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 200 | 0.72 | 0.30 | 0 | 0.22 | 205.42 | 0.57 | 0.5 |
| Hex | 38 | 8B | C8 | 48 | 1E | 0 | 16 | CD | 39 | 32 |
| Octal | 70 | 213 | 310 | 110 | 36 | 0 | 26 | 315 | 71 | 62 |
| Binary | 111000 | 10001011 | 11001000 | 1001000 | 11110 | 0 | 10110 | 11001101 | 111001 | 110010 |
Color Harmonies of #388BC8
Complementary color
Monochromatic Colors of #388BC8
Black with #388BC8
Text Example
Text Example
White with #388BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BC8; }
p { color: rgb(56,139,200); }
H1.HeaderClassName
{
color: #388BC8;
}
.AnyTagClassName
{
color: #388BC8;
}
</style>
background-color css
<style>
a { background-color: #388BC8; }
a { background-color: rgb(56,139,200); }
div.DivClassName
{
background-color: #388BC8;
}
.BgClassName
{
background-color: #388BC8;
}
</style>
border-color css
<style>
span { border-color: #388BC8; }
span { border-color: rgb(56,139,200); }
td.TdClassName
{
border-color: #388BC8;
}
.TagClassName
{
border-color: #388BC8;
}
</style>