Shades of Curious Blue #388DC9
Tints of Curious Blue #388DC9
RGB
CMYK
RGB Variations
Color information
#388DC9 (or 0x388DC9) is known color: Curious Blue. HEX triplet: 38, 8D and C9. RGB value is (56,141,201). Sum of RGB (Red+Green+Blue) = 56+141+201=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #388DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DC9 is #C77236. Grayscale: #7A7A7A. Windows color (decimal): -13070903 or 13208888. OLE color: 13208888.
HSL color Cylindrical-coordinate representation of color #388DC9: hue angle of 204.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388DC9 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 141 | 201 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.21 |
| HSL | 204.83º | 0.57% | 0.5% | - |
| HSV(B) | 204.83º | 0.72% | 0.79% | - |
| XYZ | 21.7 | 24.11 | 58.77 | - |
| YUV | 122.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 201 | 0.72 | 0.30 | 0 | 0.21 | 204.83 | 0.57 | 0.5 |
| Hex | 38 | 8D | C9 | 48 | 1E | 0 | 15 | CD | 39 | 32 |
| Octal | 70 | 215 | 311 | 110 | 36 | 0 | 25 | 315 | 71 | 62 |
| Binary | 111000 | 10001101 | 11001001 | 1001000 | 11110 | 0 | 10101 | 11001101 | 111001 | 110010 |
Color Harmonies of #388DC9
Complementary color
Monochromatic Colors of #388DC9
Black with #388DC9
Text Example
Text Example
White with #388DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DC9; }
p { color: rgb(56,141,201); }
H1.HeaderClassName
{
color: #388DC9;
}
.AnyTagClassName
{
color: #388DC9;
}
</style>
background-color css
<style>
a { background-color: #388DC9; }
a { background-color: rgb(56,141,201); }
div.DivClassName
{
background-color: #388DC9;
}
.BgClassName
{
background-color: #388DC9;
}
</style>
border-color css
<style>
span { border-color: #388DC9; }
span { border-color: rgb(56,141,201); }
td.TdClassName
{
border-color: #388DC9;
}
.TagClassName
{
border-color: #388DC9;
}
</style>