Shades of Curious Blue #388ABB
Tints of Curious Blue #388ABB
RGB
CMYK
RGB Variations
Color information
#388ABB (or 0x388ABB) is known color: Curious Blue. HEX triplet: 38, 8A and BB. RGB value is (56,138,187). Sum of RGB (Red+Green+Blue) = 56+138+187=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #388ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ABB is #C77544. Grayscale: #767676. Windows color (decimal): -13071685 or 12290616. OLE color: 12290616.
HSL color Cylindrical-coordinate representation of color #388ABB: hue angle of 202.44º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388ABB is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 138 | 187 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.27 |
| HSL | 202.44º | 0.54% | 0.48% | - |
| HSV(B) | 202.44º | 0.7% | 0.73% | - |
| XYZ | 19.69 | 22.61 | 50.34 | - |
| YUV | 119.07 | 166.33 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 187 | 0.70 | 0.26 | 0 | 0.27 | 202.44 | 0.54 | 0.48 |
| Hex | 38 | 8A | BB | 46 | 1A | 0 | 1B | CA | 36 | 30 |
| Octal | 70 | 212 | 273 | 106 | 32 | 0 | 33 | 312 | 66 | 60 |
| Binary | 111000 | 10001010 | 10111011 | 1000110 | 11010 | 0 | 11011 | 11001010 | 110110 | 110000 |
Color Harmonies of #388ABB
Complementary color
Monochromatic Colors of #388ABB
Black with #388ABB
Text Example
Text Example
White with #388ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ABB; }
p { color: rgb(56,138,187); }
H1.HeaderClassName
{
color: #388ABB;
}
.AnyTagClassName
{
color: #388ABB;
}
</style>
background-color css
<style>
a { background-color: #388ABB; }
a { background-color: rgb(56,138,187); }
div.DivClassName
{
background-color: #388ABB;
}
.BgClassName
{
background-color: #388ABB;
}
</style>
border-color css
<style>
span { border-color: #388ABB; }
span { border-color: rgb(56,138,187); }
td.TdClassName
{
border-color: #388ABB;
}
.TagClassName
{
border-color: #388ABB;
}
</style>