Shades of Curious Blue #388CDD
Tints of Curious Blue #388CDD
RGB
CMYK
RGB Variations
Color information
#388CDD (or 0x388CDD) is known color: Curious Blue. HEX triplet: 38, 8C and DD. RGB value is (56,140,221). Sum of RGB (Red+Green+Blue) = 56+140+221=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #388CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CDD is #C77322. Grayscale: #7B7B7B. Windows color (decimal): -13071139 or 14519352. OLE color: 14519352.
HSL color Cylindrical-coordinate representation of color #388CDD: hue angle of 209.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388CDD is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 140 | 221 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.13 |
| HSL | 209.45º | 0.71% | 0.54% | - |
| HSV(B) | 209.45º | 0.75% | 0.87% | - |
| XYZ | 24.06 | 24.82 | 71.93 | - |
| YUV | 124.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 221 | 0.75 | 0.37 | 0 | 0.13 | 209.45 | 0.71 | 0.54 |
| Hex | 38 | 8C | DD | 4B | 25 | 0 | D | D1 | 47 | 36 |
| Octal | 70 | 214 | 335 | 113 | 45 | 0 | 15 | 321 | 107 | 66 |
| Binary | 111000 | 10001100 | 11011101 | 1001011 | 100101 | 0 | 1101 | 11010001 | 1000111 | 110110 |
Color Harmonies of #388CDD
Complementary color
Monochromatic Colors of #388CDD
Black with #388CDD
Text Example
Text Example
White with #388CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CDD; }
p { color: rgb(56,140,221); }
H1.HeaderClassName
{
color: #388CDD;
}
.AnyTagClassName
{
color: #388CDD;
}
</style>
background-color css
<style>
a { background-color: #388CDD; }
a { background-color: rgb(56,140,221); }
div.DivClassName
{
background-color: #388CDD;
}
.BgClassName
{
background-color: #388CDD;
}
</style>
border-color css
<style>
span { border-color: #388CDD; }
span { border-color: rgb(56,140,221); }
td.TdClassName
{
border-color: #388CDD;
}
.TagClassName
{
border-color: #388CDD;
}
</style>