Shades of Curious Blue #388ADB
Tints of Curious Blue #388ADB
RGB
CMYK
RGB Variations
Color information
#388ADB (or 0x388ADB) is known color: Curious Blue. HEX triplet: 38, 8A and DB. RGB value is (56,138,219). Sum of RGB (Red+Green+Blue) = 56+138+219=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #388ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ADB is #C77524. Grayscale: #7A7A7A. Windows color (decimal): -13071653 or 14387768. OLE color: 14387768.
HSL color Cylindrical-coordinate representation of color #388ADB: hue angle of 209.82º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388ADB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 138 | 219 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.14 |
| HSL | 209.82º | 0.69% | 0.54% | - |
| HSV(B) | 209.82º | 0.74% | 0.86% | - |
| XYZ | 23.51 | 24.13 | 70.44 | - |
| YUV | 122.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 219 | 0.74 | 0.37 | 0 | 0.14 | 209.82 | 0.69 | 0.54 |
| Hex | 38 | 8A | DB | 4A | 25 | 0 | E | D2 | 45 | 36 |
| Octal | 70 | 212 | 333 | 112 | 45 | 0 | 16 | 322 | 105 | 66 |
| Binary | 111000 | 10001010 | 11011011 | 1001010 | 100101 | 0 | 1110 | 11010010 | 1000101 | 110110 |
Color Harmonies of #388ADB
Complementary color
Monochromatic Colors of #388ADB
Black with #388ADB
Text Example
Text Example
White with #388ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ADB; }
p { color: rgb(56,138,219); }
H1.HeaderClassName
{
color: #388ADB;
}
.AnyTagClassName
{
color: #388ADB;
}
</style>
background-color css
<style>
a { background-color: #388ADB; }
a { background-color: rgb(56,138,219); }
div.DivClassName
{
background-color: #388ADB;
}
.BgClassName
{
background-color: #388ADB;
}
</style>
border-color css
<style>
span { border-color: #388ADB; }
span { border-color: rgb(56,138,219); }
td.TdClassName
{
border-color: #388ADB;
}
.TagClassName
{
border-color: #388ADB;
}
</style>