Shades of Curious Blue #388DB6
Tints of Curious Blue #388DB6
RGB
CMYK
RGB Variations
Color information
#388DB6 (or 0x388DB6) is known color: Curious Blue. HEX triplet: 38, 8D and B6. RGB value is (56,141,182). Sum of RGB (Red+Green+Blue) = 56+141+182=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #388DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DB6 is #C77249. Grayscale: #787878. Windows color (decimal): -13070922 or 11963704. OLE color: 11963704.
HSL color Cylindrical-coordinate representation of color #388DB6: hue angle of 199.52º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388DB6 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 141 | 182 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.29 |
| HSL | 199.52º | 0.53% | 0.47% | - |
| HSV(B) | 199.52º | 0.69% | 0.71% | - |
| XYZ | 19.6 | 23.27 | 47.71 | - |
| YUV | 120.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 182 | 0.69 | 0.23 | 0 | 0.29 | 199.52 | 0.53 | 0.47 |
| Hex | 38 | 8D | B6 | 45 | 17 | 0 | 1D | C8 | 35 | 2F |
| Octal | 70 | 215 | 266 | 105 | 27 | 0 | 35 | 310 | 65 | 57 |
| Binary | 111000 | 10001101 | 10110110 | 1000101 | 10111 | 0 | 11101 | 11001000 | 110101 | 101111 |
Color Harmonies of #388DB6
Complementary color
Monochromatic Colors of #388DB6
Black with #388DB6
Text Example
Text Example
White with #388DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DB6; }
p { color: rgb(56,141,182); }
H1.HeaderClassName
{
color: #388DB6;
}
.AnyTagClassName
{
color: #388DB6;
}
</style>
background-color css
<style>
a { background-color: #388DB6; }
a { background-color: rgb(56,141,182); }
div.DivClassName
{
background-color: #388DB6;
}
.BgClassName
{
background-color: #388DB6;
}
</style>
border-color css
<style>
span { border-color: #388DB6; }
span { border-color: rgb(56,141,182); }
td.TdClassName
{
border-color: #388DB6;
}
.TagClassName
{
border-color: #388DB6;
}
</style>