Shades of Curious Blue #388AD5
Tints of Curious Blue #388AD5
RGB
CMYK
RGB Variations
Color information
#388AD5 (or 0x388AD5) is known color: Curious Blue. HEX triplet: 38, 8A and D5. RGB value is (56,138,213). Sum of RGB (Red+Green+Blue) = 56+138+213=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #388AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388AD5 is #C7752A. Grayscale: #797979. Windows color (decimal): -13071659 or 13994552. OLE color: 13994552.
HSL color Cylindrical-coordinate representation of color #388AD5: hue angle of 208.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388AD5 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 138 | 213 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.16 |
| HSL | 208.66º | 0.65% | 0.53% | - |
| HSV(B) | 208.66º | 0.74% | 0.84% | - |
| XYZ | 22.73 | 23.82 | 66.35 | - |
| YUV | 122.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 213 | 0.74 | 0.35 | 0 | 0.16 | 208.66 | 0.65 | 0.53 |
| Hex | 38 | 8A | D5 | 4A | 23 | 0 | 10 | D1 | 41 | 35 |
| Octal | 70 | 212 | 325 | 112 | 43 | 0 | 20 | 321 | 101 | 65 |
| Binary | 111000 | 10001010 | 11010101 | 1001010 | 100011 | 0 | 10000 | 11010001 | 1000001 | 110101 |
Color Harmonies of #388AD5
Complementary color
Monochromatic Colors of #388AD5
Black with #388AD5
Text Example
Text Example
White with #388AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AD5; }
p { color: rgb(56,138,213); }
H1.HeaderClassName
{
color: #388AD5;
}
.AnyTagClassName
{
color: #388AD5;
}
</style>
background-color css
<style>
a { background-color: #388AD5; }
a { background-color: rgb(56,138,213); }
div.DivClassName
{
background-color: #388AD5;
}
.BgClassName
{
background-color: #388AD5;
}
</style>
border-color css
<style>
span { border-color: #388AD5; }
span { border-color: rgb(56,138,213); }
td.TdClassName
{
border-color: #388AD5;
}
.TagClassName
{
border-color: #388AD5;
}
</style>