Shades of Curious Blue #388EDB
Tints of Curious Blue #388EDB
RGB
CMYK
RGB Variations
Color information
#388EDB (or 0x388EDB) is known color: Curious Blue. HEX triplet: 38, 8E and DB. RGB value is (56,142,219). Sum of RGB (Red+Green+Blue) = 56+142+219=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #388EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EDB is #C77124. Grayscale: #7C7C7C. Windows color (decimal): -13070629 or 14388792. OLE color: 14388792.
HSL color Cylindrical-coordinate representation of color #388EDB: hue angle of 208.34º 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 #388EDB is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 142 | 219 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.14 |
| HSL | 208.34º | 0.69% | 0.54% | - |
| HSV(B) | 208.34º | 0.74% | 0.86% | - |
| XYZ | 24.09 | 25.3 | 70.63 | - |
| YUV | 125.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 219 | 0.74 | 0.35 | 0 | 0.14 | 208.34 | 0.69 | 0.54 |
| Hex | 38 | 8E | DB | 4A | 23 | 0 | E | D0 | 45 | 36 |
| Octal | 70 | 216 | 333 | 112 | 43 | 0 | 16 | 320 | 105 | 66 |
| Binary | 111000 | 10001110 | 11011011 | 1001010 | 100011 | 0 | 1110 | 11010000 | 1000101 | 110110 |
Color Harmonies of #388EDB
Complementary color
Monochromatic Colors of #388EDB
Black with #388EDB
Text Example
Text Example
White with #388EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EDB; }
p { color: rgb(56,142,219); }
H1.HeaderClassName
{
color: #388EDB;
}
.AnyTagClassName
{
color: #388EDB;
}
</style>
background-color css
<style>
a { background-color: #388EDB; }
a { background-color: rgb(56,142,219); }
div.DivClassName
{
background-color: #388EDB;
}
.BgClassName
{
background-color: #388EDB;
}
</style>
border-color css
<style>
span { border-color: #388EDB; }
span { border-color: rgb(56,142,219); }
td.TdClassName
{
border-color: #388EDB;
}
.TagClassName
{
border-color: #388EDB;
}
</style>