Shades of Curious Blue #388ADC
Tints of Curious Blue #388ADC
RGB
CMYK
RGB Variations
Color information
#388ADC (or 0x388ADC) is known color: Curious Blue. HEX triplet: 38, 8A and DC. RGB value is (56,138,220). Sum of RGB (Red+Green+Blue) = 56+138+220=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #388ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ADC is #C77523. Grayscale: #7A7A7A. Windows color (decimal): -13071652 or 14453304. OLE color: 14453304.
HSL color Cylindrical-coordinate representation of color #388ADC: hue angle of 210º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388ADC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 138 | 220 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.14 |
| HSL | 210º | 0.7% | 0.54% | - |
| HSV(B) | 210º | 0.75% | 0.86% | - |
| XYZ | 23.64 | 24.19 | 71.13 | - |
| YUV | 122.83 | 182.83 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 220 | 0.75 | 0.37 | 0 | 0.14 | 210 | 0.7 | 0.54 |
| Hex | 38 | 8A | DC | 4B | 25 | 0 | E | D2 | 46 | 36 |
| Octal | 70 | 212 | 334 | 113 | 45 | 0 | 16 | 322 | 106 | 66 |
| Binary | 111000 | 10001010 | 11011100 | 1001011 | 100101 | 0 | 1110 | 11010010 | 1000110 | 110110 |
Color Harmonies of #388ADC
Complementary color
Monochromatic Colors of #388ADC
Black with #388ADC
Text Example
Text Example
White with #388ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ADC; }
p { color: rgb(56,138,220); }
H1.HeaderClassName
{
color: #388ADC;
}
.AnyTagClassName
{
color: #388ADC;
}
</style>
background-color css
<style>
a { background-color: #388ADC; }
a { background-color: rgb(56,138,220); }
div.DivClassName
{
background-color: #388ADC;
}
.BgClassName
{
background-color: #388ADC;
}
</style>
border-color css
<style>
span { border-color: #388ADC; }
span { border-color: rgb(56,138,220); }
td.TdClassName
{
border-color: #388ADC;
}
.TagClassName
{
border-color: #388ADC;
}
</style>