Shades of Curious Blue #388DBD
Tints of Curious Blue #388DBD
RGB
CMYK
RGB Variations
Color information
#388DBD (or 0x388DBD) is known color: Curious Blue. HEX triplet: 38, 8D and BD. RGB value is (56,141,189). Sum of RGB (Red+Green+Blue) = 56+141+189=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #388DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DBD is #C77242. Grayscale: #787878. Windows color (decimal): -13070915 or 12422456. OLE color: 12422456.
HSL color Cylindrical-coordinate representation of color #388DBD: hue angle of 201.65º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388DBD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 141 | 189 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.26 |
| HSL | 201.65º | 0.54% | 0.48% | - |
| HSV(B) | 201.65º | 0.7% | 0.74% | - |
| XYZ | 20.34 | 23.56 | 51.62 | - |
| YUV | 121.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 189 | 0.70 | 0.25 | 0 | 0.26 | 201.65 | 0.54 | 0.48 |
| Hex | 38 | 8D | BD | 46 | 19 | 0 | 1A | CA | 36 | 30 |
| Octal | 70 | 215 | 275 | 106 | 31 | 0 | 32 | 312 | 66 | 60 |
| Binary | 111000 | 10001101 | 10111101 | 1000110 | 11001 | 0 | 11010 | 11001010 | 110110 | 110000 |
Color Harmonies of #388DBD
Complementary color
Monochromatic Colors of #388DBD
Black with #388DBD
Text Example
Text Example
White with #388DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DBD; }
p { color: rgb(56,141,189); }
H1.HeaderClassName
{
color: #388DBD;
}
.AnyTagClassName
{
color: #388DBD;
}
</style>
background-color css
<style>
a { background-color: #388DBD; }
a { background-color: rgb(56,141,189); }
div.DivClassName
{
background-color: #388DBD;
}
.BgClassName
{
background-color: #388DBD;
}
</style>
border-color css
<style>
span { border-color: #388DBD; }
span { border-color: rgb(56,141,189); }
td.TdClassName
{
border-color: #388DBD;
}
.TagClassName
{
border-color: #388DBD;
}
</style>