Shades of Curious Blue #3880CD
Tints of Curious Blue #3880CD
RGB
CMYK
RGB Variations
Color information
#3880CD (or 0x3880CD) is known color: Curious Blue. HEX triplet: 38, 80 and CD. RGB value is (56,128,205). Sum of RGB (Red+Green+Blue) = 56+128+205=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #3880CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880CD is #C77F32. Grayscale: #727272. Windows color (decimal): -13074227 or 13467704. OLE color: 13467704.
HSL color Cylindrical-coordinate representation of color #3880CD: hue angle of 211.01º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3880CD is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 128 | 205 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.20 |
| HSL | 211.01º | 0.6% | 0.51% | - |
| HSV(B) | 211.01º | 0.73% | 0.8% | - |
| XYZ | 20.37 | 20.69 | 60.68 | - |
| YUV | 115.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 205 | 0.73 | 0.38 | 0 | 0.20 | 211.01 | 0.6 | 0.51 |
| Hex | 38 | 80 | CD | 49 | 26 | 0 | 14 | D3 | 3C | 33 |
| Octal | 70 | 200 | 315 | 111 | 46 | 0 | 24 | 323 | 74 | 63 |
| Binary | 111000 | 10000000 | 11001101 | 1001001 | 100110 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #3880CD
Complementary color
Monochromatic Colors of #3880CD
Black with #3880CD
Text Example
Text Example
White with #3880CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880CD; }
p { color: rgb(56,128,205); }
H1.HeaderClassName
{
color: #3880CD;
}
.AnyTagClassName
{
color: #3880CD;
}
</style>
background-color css
<style>
a { background-color: #3880CD; }
a { background-color: rgb(56,128,205); }
div.DivClassName
{
background-color: #3880CD;
}
.BgClassName
{
background-color: #3880CD;
}
</style>
border-color css
<style>
span { border-color: #3880CD; }
span { border-color: rgb(56,128,205); }
td.TdClassName
{
border-color: #3880CD;
}
.TagClassName
{
border-color: #3880CD;
}
</style>