Shades of Curious Blue #388BDF
Tints of Curious Blue #388BDF
RGB
CMYK
RGB Variations
Color information
#388BDF (or 0x388BDF) is known color: Curious Blue. HEX triplet: 38, 8B and DF. RGB value is (56,139,223). Sum of RGB (Red+Green+Blue) = 56+139+223=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #388BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BDF is #C77420. Grayscale: #7B7B7B. Windows color (decimal): -13071393 or 14650168. OLE color: 14650168.
HSL color Cylindrical-coordinate representation of color #388BDF: hue angle of 210.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388BDF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 139 | 223 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.13 |
| HSL | 210.18º | 0.72% | 0.55% | - |
| HSV(B) | 210.18º | 0.75% | 0.87% | - |
| XYZ | 24.18 | 24.63 | 73.29 | - |
| YUV | 123.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 223 | 0.75 | 0.38 | 0 | 0.13 | 210.18 | 0.72 | 0.55 |
| Hex | 38 | 8B | DF | 4B | 26 | 0 | D | D2 | 48 | 37 |
| Octal | 70 | 213 | 337 | 113 | 46 | 0 | 15 | 322 | 110 | 67 |
| Binary | 111000 | 10001011 | 11011111 | 1001011 | 100110 | 0 | 1101 | 11010010 | 1001000 | 110111 |
Color Harmonies of #388BDF
Complementary color
Monochromatic Colors of #388BDF
Black with #388BDF
Text Example
Text Example
White with #388BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BDF; }
p { color: rgb(56,139,223); }
H1.HeaderClassName
{
color: #388BDF;
}
.AnyTagClassName
{
color: #388BDF;
}
</style>
background-color css
<style>
a { background-color: #388BDF; }
a { background-color: rgb(56,139,223); }
div.DivClassName
{
background-color: #388BDF;
}
.BgClassName
{
background-color: #388BDF;
}
</style>
border-color css
<style>
span { border-color: #388BDF; }
span { border-color: rgb(56,139,223); }
td.TdClassName
{
border-color: #388BDF;
}
.TagClassName
{
border-color: #388BDF;
}
</style>