Shades of Curious Blue #388CDA
Tints of Curious Blue #388CDA
RGB
CMYK
RGB Variations
Color information
#388CDA (or 0x388CDA) is known color: Curious Blue. HEX triplet: 38, 8C and DA. RGB value is (56,140,218). Sum of RGB (Red+Green+Blue) = 56+140+218=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #388CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CDA is #C77325. Grayscale: #7B7B7B. Windows color (decimal): -13071142 or 14322744. OLE color: 14322744.
HSL color Cylindrical-coordinate representation of color #388CDA: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388CDA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 140 | 218 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.15 |
| HSL | 208.89º | 0.69% | 0.54% | - |
| HSV(B) | 208.89º | 0.74% | 0.85% | - |
| XYZ | 23.66 | 24.66 | 69.84 | - |
| YUV | 123.78 | 181.17 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 218 | 0.74 | 0.36 | 0 | 0.15 | 208.89 | 0.69 | 0.54 |
| Hex | 38 | 8C | DA | 4A | 24 | 0 | F | D1 | 45 | 36 |
| Octal | 70 | 214 | 332 | 112 | 44 | 0 | 17 | 321 | 105 | 66 |
| Binary | 111000 | 10001100 | 11011010 | 1001010 | 100100 | 0 | 1111 | 11010001 | 1000101 | 110110 |
Color Harmonies of #388CDA
Complementary color
Monochromatic Colors of #388CDA
Black with #388CDA
Text Example
Text Example
White with #388CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CDA; }
p { color: rgb(56,140,218); }
H1.HeaderClassName
{
color: #388CDA;
}
.AnyTagClassName
{
color: #388CDA;
}
</style>
background-color css
<style>
a { background-color: #388CDA; }
a { background-color: rgb(56,140,218); }
div.DivClassName
{
background-color: #388CDA;
}
.BgClassName
{
background-color: #388CDA;
}
</style>
border-color css
<style>
span { border-color: #388CDA; }
span { border-color: rgb(56,140,218); }
td.TdClassName
{
border-color: #388CDA;
}
.TagClassName
{
border-color: #388CDA;
}
</style>