Shades of Curious Blue #388EDA
Tints of Curious Blue #388EDA
RGB
CMYK
RGB Variations
Color information
#388EDA (or 0x388EDA) is known color: Curious Blue. HEX triplet: 38, 8E and DA. RGB value is (56,142,218). Sum of RGB (Red+Green+Blue) = 56+142+218=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #388EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EDA is #C77125. Grayscale: #7C7C7C. Windows color (decimal): -13070630 or 14323256. OLE color: 14323256.
HSL color Cylindrical-coordinate representation of color #388EDA: hue angle of 208.15º 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 #388EDA is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 142 | 218 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.15 |
| HSL | 208.15º | 0.69% | 0.54% | - |
| HSV(B) | 208.15º | 0.74% | 0.85% | - |
| XYZ | 23.96 | 25.25 | 69.94 | - |
| YUV | 124.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 218 | 0.74 | 0.35 | 0 | 0.15 | 208.15 | 0.69 | 0.54 |
| Hex | 38 | 8E | DA | 4A | 23 | 0 | F | D0 | 45 | 36 |
| Octal | 70 | 216 | 332 | 112 | 43 | 0 | 17 | 320 | 105 | 66 |
| Binary | 111000 | 10001110 | 11011010 | 1001010 | 100011 | 0 | 1111 | 11010000 | 1000101 | 110110 |
Color Harmonies of #388EDA
Complementary color
Monochromatic Colors of #388EDA
Black with #388EDA
Text Example
Text Example
White with #388EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EDA; }
p { color: rgb(56,142,218); }
H1.HeaderClassName
{
color: #388EDA;
}
.AnyTagClassName
{
color: #388EDA;
}
</style>
background-color css
<style>
a { background-color: #388EDA; }
a { background-color: rgb(56,142,218); }
div.DivClassName
{
background-color: #388EDA;
}
.BgClassName
{
background-color: #388EDA;
}
</style>
border-color css
<style>
span { border-color: #388EDA; }
span { border-color: rgb(56,142,218); }
td.TdClassName
{
border-color: #388EDA;
}
.TagClassName
{
border-color: #388EDA;
}
</style>