Shades of Curious Blue #388DC6
Tints of Curious Blue #388DC6
RGB
CMYK
RGB Variations
Color information
#388DC6 (or 0x388DC6) is known color: Curious Blue. HEX triplet: 38, 8D and C6. RGB value is (56,141,198). Sum of RGB (Red+Green+Blue) = 56+141+198=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #388DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DC6 is #C77239. Grayscale: #797979. Windows color (decimal): -13070906 or 13012280. OLE color: 13012280.
HSL color Cylindrical-coordinate representation of color #388DC6: hue angle of 204.08º degrees, saturation: 0.56, 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 #388DC6 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 141 | 198 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.22 |
| HSL | 204.08º | 0.56% | 0.5% | - |
| HSV(B) | 204.08º | 0.72% | 0.78% | - |
| XYZ | 21.35 | 23.97 | 56.93 | - |
| YUV | 122.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 198 | 0.72 | 0.29 | 0 | 0.22 | 204.08 | 0.56 | 0.5 |
| Hex | 38 | 8D | C6 | 48 | 1D | 0 | 16 | CC | 38 | 32 |
| Octal | 70 | 215 | 306 | 110 | 35 | 0 | 26 | 314 | 70 | 62 |
| Binary | 111000 | 10001101 | 11000110 | 1001000 | 11101 | 0 | 10110 | 11001100 | 111000 | 110010 |
Color Harmonies of #388DC6
Complementary color
Monochromatic Colors of #388DC6
Black with #388DC6
Text Example
Text Example
White with #388DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DC6; }
p { color: rgb(56,141,198); }
H1.HeaderClassName
{
color: #388DC6;
}
.AnyTagClassName
{
color: #388DC6;
}
</style>
background-color css
<style>
a { background-color: #388DC6; }
a { background-color: rgb(56,141,198); }
div.DivClassName
{
background-color: #388DC6;
}
.BgClassName
{
background-color: #388DC6;
}
</style>
border-color css
<style>
span { border-color: #388DC6; }
span { border-color: rgb(56,141,198); }
td.TdClassName
{
border-color: #388DC6;
}
.TagClassName
{
border-color: #388DC6;
}
</style>