Shades of Curious Blue #388DB4
Tints of Curious Blue #388DB4
RGB
CMYK
RGB Variations
Color information
#388DB4 (or 0x388DB4) is known color: Curious Blue. HEX triplet: 38, 8D and B4. RGB value is (56,141,180). Sum of RGB (Red+Green+Blue) = 56+141+180=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #388DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DB4 is #C7724B. Grayscale: #777777. Windows color (decimal): -13070924 or 11832632. OLE color: 11832632.
HSL color Cylindrical-coordinate representation of color #388DB4: hue angle of 198.87º 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 #388DB4 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 141 | 180 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.29 |
| HSL | 198.87º | 0.53% | 0.46% | - |
| HSV(B) | 198.87º | 0.69% | 0.71% | - |
| XYZ | 19.39 | 23.19 | 46.63 | - |
| YUV | 120.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 180 | 0.69 | 0.22 | 0 | 0.29 | 198.87 | 0.53 | 0.46 |
| Hex | 38 | 8D | B4 | 45 | 16 | 0 | 1D | C7 | 35 | 2E |
| Octal | 70 | 215 | 264 | 105 | 26 | 0 | 35 | 307 | 65 | 56 |
| Binary | 111000 | 10001101 | 10110100 | 1000101 | 10110 | 0 | 11101 | 11000111 | 110101 | 101110 |
Color Harmonies of #388DB4
Complementary color
Monochromatic Colors of #388DB4
Black with #388DB4
Text Example
Text Example
White with #388DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DB4; }
p { color: rgb(56,141,180); }
H1.HeaderClassName
{
color: #388DB4;
}
.AnyTagClassName
{
color: #388DB4;
}
</style>
background-color css
<style>
a { background-color: #388DB4; }
a { background-color: rgb(56,141,180); }
div.DivClassName
{
background-color: #388DB4;
}
.BgClassName
{
background-color: #388DB4;
}
</style>
border-color css
<style>
span { border-color: #388DB4; }
span { border-color: rgb(56,141,180); }
td.TdClassName
{
border-color: #388DB4;
}
.TagClassName
{
border-color: #388DB4;
}
</style>