Shades of Curious Blue #3880BE
Tints of Curious Blue #3880BE
RGB
CMYK
RGB Variations
Color information
#3880BE (or 0x3880BE) is known color: Curious Blue. HEX triplet: 38, 80 and BE. RGB value is (56,128,190). Sum of RGB (Red+Green+Blue) = 56+128+190=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3880BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880BE is #C77F41. Grayscale: #717171. Windows color (decimal): -13074242 or 12484664. OLE color: 12484664.
HSL color Cylindrical-coordinate representation of color #3880BE: hue angle of 207.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3880BE is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 128 | 190 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.25 |
| HSL | 207.76º | 0.54% | 0.48% | - |
| HSV(B) | 207.76º | 0.71% | 0.75% | - |
| XYZ | 18.64 | 20 | 51.59 | - |
| YUV | 113.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 190 | 0.71 | 0.33 | 0 | 0.25 | 207.76 | 0.54 | 0.48 |
| Hex | 38 | 80 | BE | 47 | 21 | 0 | 19 | D0 | 36 | 30 |
| Octal | 70 | 200 | 276 | 107 | 41 | 0 | 31 | 320 | 66 | 60 |
| Binary | 111000 | 10000000 | 10111110 | 1000111 | 100001 | 0 | 11001 | 11010000 | 110110 | 110000 |
Color Harmonies of #3880BE
Complementary color
Monochromatic Colors of #3880BE
Black with #3880BE
Text Example
Text Example
White with #3880BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880BE; }
p { color: rgb(56,128,190); }
H1.HeaderClassName
{
color: #3880BE;
}
.AnyTagClassName
{
color: #3880BE;
}
</style>
background-color css
<style>
a { background-color: #3880BE; }
a { background-color: rgb(56,128,190); }
div.DivClassName
{
background-color: #3880BE;
}
.BgClassName
{
background-color: #3880BE;
}
</style>
border-color css
<style>
span { border-color: #3880BE; }
span { border-color: rgb(56,128,190); }
td.TdClassName
{
border-color: #3880BE;
}
.TagClassName
{
border-color: #3880BE;
}
</style>