Shades of Curious Blue #388BDE
Tints of Curious Blue #388BDE
RGB
CMYK
RGB Variations
Color information
#388BDE (or 0x388BDE) is known color: Curious Blue. HEX triplet: 38, 8B and DE. RGB value is (56,139,222). Sum of RGB (Red+Green+Blue) = 56+139+222=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #388BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BDE is #C77421. Grayscale: #7B7B7B. Windows color (decimal): -13071394 or 14584632. OLE color: 14584632.
HSL color Cylindrical-coordinate representation of color #388BDE: hue angle of 210º 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 #388BDE is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 139 | 222 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.13 |
| HSL | 210º | 0.72% | 0.55% | - |
| HSV(B) | 210º | 0.75% | 0.87% | - |
| XYZ | 24.05 | 24.58 | 72.58 | - |
| YUV | 123.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 222 | 0.75 | 0.37 | 0 | 0.13 | 210 | 0.72 | 0.55 |
| Hex | 38 | 8B | DE | 4B | 25 | 0 | D | D2 | 48 | 37 |
| Octal | 70 | 213 | 336 | 113 | 45 | 0 | 15 | 322 | 110 | 67 |
| Binary | 111000 | 10001011 | 11011110 | 1001011 | 100101 | 0 | 1101 | 11010010 | 1001000 | 110111 |
Color Harmonies of #388BDE
Complementary color
Monochromatic Colors of #388BDE
Black with #388BDE
Text Example
Text Example
White with #388BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BDE; }
p { color: rgb(56,139,222); }
H1.HeaderClassName
{
color: #388BDE;
}
.AnyTagClassName
{
color: #388BDE;
}
</style>
background-color css
<style>
a { background-color: #388BDE; }
a { background-color: rgb(56,139,222); }
div.DivClassName
{
background-color: #388BDE;
}
.BgClassName
{
background-color: #388BDE;
}
</style>
border-color css
<style>
span { border-color: #388BDE; }
span { border-color: rgb(56,139,222); }
td.TdClassName
{
border-color: #388BDE;
}
.TagClassName
{
border-color: #388BDE;
}
</style>