Shades of Curious Blue #388FBB
Tints of Curious Blue #388FBB
RGB
CMYK
RGB Variations
Color information
#388FBB (or 0x388FBB) is known color: Curious Blue. HEX triplet: 38, 8F and BB. RGB value is (56,143,187). Sum of RGB (Red+Green+Blue) = 56+143+187=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #388FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FBB is #C77044. Grayscale: #797979. Windows color (decimal): -13070405 or 12291896. OLE color: 12291896.
HSL color Cylindrical-coordinate representation of color #388FBB: hue angle of 200.15º 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 #388FBB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 143 | 187 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.27 |
| HSL | 200.15º | 0.54% | 0.48% | - |
| HSV(B) | 200.15º | 0.7% | 0.73% | - |
| XYZ | 20.42 | 24.07 | 50.58 | - |
| YUV | 122 | 164.68 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 187 | 0.70 | 0.24 | 0 | 0.27 | 200.15 | 0.54 | 0.48 |
| Hex | 38 | 8F | BB | 46 | 18 | 0 | 1B | C8 | 36 | 30 |
| Octal | 70 | 217 | 273 | 106 | 30 | 0 | 33 | 310 | 66 | 60 |
| Binary | 111000 | 10001111 | 10111011 | 1000110 | 11000 | 0 | 11011 | 11001000 | 110110 | 110000 |
Color Harmonies of #388FBB
Complementary color
Monochromatic Colors of #388FBB
Black with #388FBB
Text Example
Text Example
White with #388FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FBB; }
p { color: rgb(56,143,187); }
H1.HeaderClassName
{
color: #388FBB;
}
.AnyTagClassName
{
color: #388FBB;
}
</style>
background-color css
<style>
a { background-color: #388FBB; }
a { background-color: rgb(56,143,187); }
div.DivClassName
{
background-color: #388FBB;
}
.BgClassName
{
background-color: #388FBB;
}
</style>
border-color css
<style>
span { border-color: #388FBB; }
span { border-color: rgb(56,143,187); }
td.TdClassName
{
border-color: #388FBB;
}
.TagClassName
{
border-color: #388FBB;
}
</style>