Shades of Curious Blue #388DB5
Tints of Curious Blue #388DB5
RGB
CMYK
RGB Variations
Color information
#388DB5 (or 0x388DB5) is known color: Curious Blue. HEX triplet: 38, 8D and B5. RGB value is (56,141,181). Sum of RGB (Red+Green+Blue) = 56+141+181=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #388DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DB5 is #C7724A. Grayscale: #777777. Windows color (decimal): -13070923 or 11898168. OLE color: 11898168.
HSL color Cylindrical-coordinate representation of color #388DB5: hue angle of 199.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388DB5 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 141 | 181 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.29 |
| HSL | 199.2º | 0.53% | 0.46% | - |
| HSV(B) | 199.2º | 0.69% | 0.71% | - |
| XYZ | 19.5 | 23.23 | 47.17 | - |
| YUV | 120.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 181 | 0.69 | 0.22 | 0 | 0.29 | 199.2 | 0.53 | 0.46 |
| Hex | 38 | 8D | B5 | 45 | 16 | 0 | 1D | C7 | 35 | 2E |
| Octal | 70 | 215 | 265 | 105 | 26 | 0 | 35 | 307 | 65 | 56 |
| Binary | 111000 | 10001101 | 10110101 | 1000101 | 10110 | 0 | 11101 | 11000111 | 110101 | 101110 |
Color Harmonies of #388DB5
Complementary color
Monochromatic Colors of #388DB5
Black with #388DB5
Text Example
Text Example
White with #388DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DB5; }
p { color: rgb(56,141,181); }
H1.HeaderClassName
{
color: #388DB5;
}
.AnyTagClassName
{
color: #388DB5;
}
</style>
background-color css
<style>
a { background-color: #388DB5; }
a { background-color: rgb(56,141,181); }
div.DivClassName
{
background-color: #388DB5;
}
.BgClassName
{
background-color: #388DB5;
}
</style>
border-color css
<style>
span { border-color: #388DB5; }
span { border-color: rgb(56,141,181); }
td.TdClassName
{
border-color: #388DB5;
}
.TagClassName
{
border-color: #388DB5;
}
</style>