Shades of Curious Blue #388CDC
Tints of Curious Blue #388CDC
RGB
CMYK
RGB Variations
Color information
#388CDC (or 0x388CDC) is known color: Curious Blue. HEX triplet: 38, 8C and DC. RGB value is (56,140,220). Sum of RGB (Red+Green+Blue) = 56+140+220=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #388CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CDC is #C77323. Grayscale: #7B7B7B. Windows color (decimal): -13071140 or 14453816. OLE color: 14453816.
HSL color Cylindrical-coordinate representation of color #388CDC: hue angle of 209.27º 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 #388CDC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 140 | 220 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.14 |
| HSL | 209.27º | 0.7% | 0.54% | - |
| HSV(B) | 209.27º | 0.75% | 0.86% | - |
| XYZ | 23.93 | 24.76 | 71.23 | - |
| YUV | 124 | 182.17 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 220 | 0.75 | 0.36 | 0 | 0.14 | 209.27 | 0.7 | 0.54 |
| Hex | 38 | 8C | DC | 4B | 24 | 0 | E | D1 | 46 | 36 |
| Octal | 70 | 214 | 334 | 113 | 44 | 0 | 16 | 321 | 106 | 66 |
| Binary | 111000 | 10001100 | 11011100 | 1001011 | 100100 | 0 | 1110 | 11010001 | 1000110 | 110110 |
Color Harmonies of #388CDC
Complementary color
Monochromatic Colors of #388CDC
Black with #388CDC
Text Example
Text Example
White with #388CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CDC; }
p { color: rgb(56,140,220); }
H1.HeaderClassName
{
color: #388CDC;
}
.AnyTagClassName
{
color: #388CDC;
}
</style>
background-color css
<style>
a { background-color: #388CDC; }
a { background-color: rgb(56,140,220); }
div.DivClassName
{
background-color: #388CDC;
}
.BgClassName
{
background-color: #388CDC;
}
</style>
border-color css
<style>
span { border-color: #388CDC; }
span { border-color: rgb(56,140,220); }
td.TdClassName
{
border-color: #388CDC;
}
.TagClassName
{
border-color: #388CDC;
}
</style>